Searched defs:addView (Results 1 - 20 of 20) sorted by relevance

/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
H A DCustomNumberPicker.java35 public void addView(View child) { method in class:CustomNumberPicker
36 super.addView(child);
41 public void addView(View child, int index) { method in class:CustomNumberPicker
42 super.addView(child, index);
47 public void addView(View child, int index, ViewGroup.LayoutParams params) { method in class:CustomNumberPicker
48 super.addView(child, index, params);
53 public void addView(View child, ViewGroup.LayoutParams params) { method in class:CustomNumberPicker
54 super.addView(child, params);
59 public void addView(View child, int width, int height) { method in class:CustomNumberPicker
60 super.addView(chil
[all...]
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/view/
H A DTestWindowManager.java19 public void addView(View view, android.view.ViewGroup.LayoutParams layoutParams) { method in class:TestWindowManager
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowWindowManagerImpl.java46 public void addView(View view, android.view.ViewGroup.LayoutParams layoutParams) { method in class:ShadowWindowManagerImpl
48 directlyOn(realObject, WindowManagerImpl.class, "addView",
H A DShadowViewGroup.java29 public void addView(final View child, final int index, final ViewGroup.LayoutParams params) { method in class:ShadowViewGroup
32 directlyOn(realViewGroup, ViewGroup.class, "addView",
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowViewGroup.java59 public void addView(View child) { method in class:ShadowViewGroup
60 ((ViewGroup) realView).addView(child, -1);
64 public void addView(View child, int index) { method in class:ShadowViewGroup
74 public void addView(View child, int width, int height) { method in class:ShadowViewGroup
75 ((ViewGroup) realView).addView(child, -1);
79 public void addView(View child, ViewGroup.LayoutParams params) { method in class:ShadowViewGroup
80 ((ViewGroup) realView).addView(child, -1);
84 public void addView(View child, int index, ViewGroup.LayoutParams params) { method in class:ShadowViewGroup
85 ((ViewGroup) realView).addView(child, index);
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 346 milliseconds