HomeSort by relevance Sort by last modified time
    Searched refs:findViewWithTag (Results 1 - 25 of 38) sorted by null

1 2

  /frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/template/
ButtonFooterMixinTest.java 94 assertNotNull(mStubParent.findViewWithTag("button"));
111 assertNotNull(mStubParent.findViewWithTag("space"));
124 assertNotNull("Foo button should exist", mStubParent.findViewWithTag("foo"));
125 assertNotNull("Bar button should exist", mStubParent.findViewWithTag("bar"));
129 assertNull("Foo button should be removed", mStubParent.findViewWithTag("foo"));
130 assertNotNull("Bar button should not be removed", mStubParent.findViewWithTag("bar"));
141 assertNotNull("Foo button should exist", mStubParent.findViewWithTag("foo"));
142 assertNotNull("space should exist", mStubParent.findViewWithTag("space"));
146 assertNotNull("Foo button should not be removed", mStubParent.findViewWithTag("foo"));
147 assertNull("Space should be removed", mStubParent.findViewWithTag("space"))
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DeviceProfilesSettingsTest.java 100 profilesGroup.findViewWithTag(DeviceProfilesSettings.HIGH_QUALITY_AUDIO_PREF_TAG);
124 profilesGroup.findViewWithTag(DeviceProfilesSettings.HIGH_QUALITY_AUDIO_PREF_TAG);
138 CheckBox audioBox = profilesGroup.findViewWithTag(mProfile.toString());
140 profilesGroup.findViewWithTag(DeviceProfilesSettings.HIGH_QUALITY_AUDIO_PREF_TAG);
149 audioBox = profilesGroup.findViewWithTag(mProfile.toString());
151 profilesGroup.findViewWithTag(DeviceProfilesSettings.HIGH_QUALITY_AUDIO_PREF_TAG);
160 audioBox = profilesGroup.findViewWithTag(mProfile.toString());
162 profilesGroup.findViewWithTag(DeviceProfilesSettings.HIGH_QUALITY_AUDIO_PREF_TAG);
177 CheckBox audioBox = profilesGroup.findViewWithTag(mProfile.toString());
179 profilesGroup.findViewWithTag(DeviceProfilesSettings.HIGH_QUALITY_AUDIO_PREF_TAG)
    [all...]
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ViewGroupTest.java 119 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("tag2"), sameInstance(child3b))
    [all...]
ViewTest.java 244 assertThat(view.findViewWithTag("tagged"), sameInstance(view));
255 assertThat(view.findViewWithTag("blarg"), sameInstance(view));
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
StickyHeaderScrollView.java 72 mSticky = findViewWithTag("sticky");
73 mStickyContainer = findViewWithTag("stickyContainer");
StickyHeaderListView.java 96 mSticky = findViewWithTag("sticky");
97 mStickyContainer = findViewWithTag("stickyContainer");
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowViewGroupTest.java 137 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("tag2")).isSameAs(child3b)
    [all...]
ShadowViewTest.java 388 assertThat((View) view.findViewWithTag("tagged")).isSameAs(view);
  /packages/apps/Camera2/src/com/android/camera/ui/
RadioOptions.java 103 View button = findViewWithTag(tag);
  /frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/view/
StickyHeaderRecyclerView.java 89 mSticky = header.findViewWithTag("sticky");
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowViewGroup.java 43 public View findViewWithTag(Object obj) {
49 View found = child.findViewWithTag(obj);
ShadowView.java 209 public View findViewWithTag(Object obj) {
  /frameworks/base/core/java/com/android/internal/widget/
WatchHeaderListView.java 88 return mTopPanel.findViewWithTag(tag);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DeviceProfilesSettings.java 377 return (CheckBox) mProfileContainer.findViewWithTag(profile);
404 View v = mProfileContainer.findViewWithTag(HIGH_QUALITY_AUDIO_PREF_TAG);
  /frameworks/support/slices/view/src/main/java/androidx/slice/widget/
ActionRow.java 238 return (RemoteInputView) v.findViewWithTag(RemoteInputView.VIEW_TAG);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageFooterView.java 229 (MessageAttachmentBar) mAttachmentBarList.findViewWithTag(id);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationRemoteInputManager.java 265 return (RemoteInputView) v.findViewWithTag(RemoteInputView.VIEW_TAG);
NotificationContentView.java     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
OnePaneController.java 178 mDrawerPullout = mDrawerContainer.findViewWithTag(drawerPulloutTag);
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardSliceView.java 193 KeyguardSliceButton button = mRow.findViewWithTag(itemTag);
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java 595 assertSame(viewGroup, viewGroup.findViewWithTag(viewData));
596 assertSame(mockView, viewGroup.findViewWithTag(tag));
597 assertSame(scrollView, viewGroup.findViewWithTag(viewGroup));
    [all...]
  /frameworks/base/core/java/android/widget/
ListView.java     [all...]
  /frameworks/base/core/java/android/view/
ViewGroup.java     [all...]
View.java     [all...]
  /external/robolectric/v1/lib/main/
android.jar 

Completed in 756 milliseconds

1 2