Home
last modified time | relevance | path

Searched defs:addView (Results 1 – 7 of 7) sorted by relevance

/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DCustomNumberPicker.java35 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/
DPipelinePrinter.h43 void addView(std::unique_ptr<View> V) { in addView() function
/external/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/
DSkottieActivity.java163 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/
DSkottieActivity.java163 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/
DShadowWindowManagerImpl.java50 public void addView(View view, android.view.ViewGroup.LayoutParams layoutParams) { in addView() method in ShadowWindowManagerImpl
DShadowViewGroup.java25 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/
DTemplateLayout.java131 public void addView(View child, int index, ViewGroup.LayoutParams params) { in addView() method in TemplateLayout