Searched refs:findViewWithTag (Results 1 - 13 of 13) sorted by relevance

/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DViewGroupTest.java119 assertThat(root.findViewWithTag("tag1"), sameInstance(child1));
120 assertThat(root.findViewWithTag("tag2"), sameInstance(child2));
121 assertThat((ViewGroup) root.findViewWithTag("tag3"), sameInstance(child3));
133 assertThat(root.findViewWithTag("tag21"), equalTo(null));
134 assertThat((ViewGroup) root.findViewWithTag("tag23"), equalTo(null));
151 assertThat(root.findViewWithTag("tag1"), sameInstance(child1));
152 assertThat(root.findViewWithTag("tag2"), sameInstance(child2));
153 assertThat((ViewGroup) root.findViewWithTag("tag3"), sameInstance(child3));
156 assertThat(child3.findViewWithTag("tag1"), sameInstance(child3a));
157 assertThat(child3.findViewWithTag("tag
[all...]
H A DViewTest.java244 assertThat(view.findViewWithTag("tagged"), sameInstance(view));
255 assertThat(view.findViewWithTag("blarg"), sameInstance(view));
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowViewGroupTest.java137 assertThat((View) root.findViewWithTag("tag1")).isSameAs(child1);
138 assertThat((View) root.findViewWithTag("tag2")).isSameAs((View) child2);
139 assertThat((ViewGroup) root.findViewWithTag("tag3")).isSameAs(child3);
151 assertThat((View) root.findViewWithTag("tag21")).isNull();
152 assertThat((ViewGroup) root.findViewWithTag("tag23")).isNull();
169 assertThat((View) root.findViewWithTag("tag1")).isSameAs(child1);
170 assertThat((View) root.findViewWithTag("tag2")).isSameAs((View) child2);
171 assertThat((ViewGroup) root.findViewWithTag("tag3")).isSameAs(child3);
174 assertThat((View) child3.findViewWithTag("tag1")).isSameAs(child3a);
175 assertThat((View) child3.findViewWithTag("tag
[all...]
H A DShadowViewTest.java388 assertThat((View) view.findViewWithTag("tagged")).isSameAs(view);
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowViewGroup.java43 public View findViewWithTag(Object obj) { method in class:ShadowViewGroup
49 View found = child.findViewWithTag(obj);
H A DShadowView.java209 public View findViewWithTag(Object obj) { method in class:ShadowView
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
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-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/ ...
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/ ...

Completed in 210 milliseconds