Searched defs:addView (Results 1 – 8 of 8) sorted by relevance
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/ |
D | CustomNumberPicker.java | 35 public void addView(View child) { in addView() method in CustomNumberPicker 41 public void addView(View child, int index) { in addView() method in CustomNumberPicker 47 public void addView(View child, int index, ViewGroup.LayoutParams params) { in addView() method in CustomNumberPicker 53 public void addView(View child, ViewGroup.LayoutParams params) { in addView() method in CustomNumberPicker 59 public void addView(View child, int width, int height) { in addView() method in CustomNumberPicker
|
/external/llvm-project/llvm/tools/llvm-mca/ |
D | PipelinePrinter.h | 43 void addView(std::unique_ptr<View> V) { in addView() function
|
/external/skqp/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/ |
D | SkottieActivity.java | 163 private void addView(SkottieView view, int row , int column, boolean addView) { in addView() argument
|
/external/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/ |
D | SkottieActivity.java | 159 private void addView(SkottieView view, int row , int column, boolean addView) { in addView() argument
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowWindowManagerImpl.java | 50 public void addView(View view, android.view.ViewGroup.LayoutParams layoutParams) { in addView() method in ShadowWindowManagerImpl
|
D | ShadowViewGroup.java | 25 protected void addView(final View child, final int index, final ViewGroup.LayoutParams params) { in addView() method in ShadowViewGroup
|
/external/setupcompat/main/java/com/google/android/setupcompat/internal/ |
D | TemplateLayout.java | 131 public void addView(View child, int index, ViewGroup.LayoutParams params) { in addView() method in TemplateLayout
|
/external/lottie/LottieSample/src/main/kotlin/com/airbnb/lottie/samples/ |
D | LottieFontViewGroup.kt | 46 override fun addView(child: View, index: Int) { in addView() method
|