Searched defs:addView (Results 1 – 7 of 7) 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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/ |
D | PipelinePrinter.h | 43 void addView(std::unique_ptr<View> V) { in addView() function
|
/external/skia/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() method in SkottieActivity
|
/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/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
|