Home
last modified time | relevance | path

Searched refs:findViewWithTag (Results 1 – 16 of 16) sorted by relevance

/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/template/
DButtonFooterMixinTest.java92 assertNotNull(mStubParent.findViewWithTag("button")); in testAddButtonTextRes()
109 assertNotNull(mStubParent.findViewWithTag("space")); in testAddSpace()
125 assertNotNull("Foo button should exist", mStubParent.findViewWithTag("foo")); in testRemoveButton()
126 assertNotNull("Bar button should exist", mStubParent.findViewWithTag("bar")); in testRemoveButton()
130 assertNull("Foo button should be removed", mStubParent.findViewWithTag("foo")); in testRemoveButton()
131 assertNotNull("Bar button should not be removed", mStubParent.findViewWithTag("bar")); in testRemoveButton()
142 assertNotNull("Foo button should exist", mStubParent.findViewWithTag("foo")); in testRemoveSpace()
143 assertNotNull("space should exist", mStubParent.findViewWithTag("space")); in testRemoveSpace()
147 assertNotNull("Foo button should not be removed", mStubParent.findViewWithTag("foo")); in testRemoveSpace()
148 assertNull("Space should be removed", mStubParent.findViewWithTag("space")); in testRemoveSpace()
[all …]
/frameworks/base/packages/EasterEgg/src/com/android/egg/paint/
DCutoutAvoidingToolbar.kt72 (findViewWithTag("cutoutLeft") as View?)?.let { in adjustLayout()
75 (findViewWithTag("cutoutCenter") as View?)?.let { in adjustLayout()
78 (findViewWithTag("cutoutRight") as View?)?.let { in adjustLayout()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DStickyHeaderScrollView.java73 sticky = findViewWithTag("sticky"); in updateStickyView()
74 stickyContainer = findViewWithTag("stickyContainer"); in updateStickyView()
DStickyHeaderListView.java97 sticky = findViewWithTag("sticky"); in updateStickyView()
98 stickyContainer = findViewWithTag("stickyContainer"); in updateStickyView()
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/view/
DStickyHeaderRecyclerView.java89 sticky = header.findViewWithTag("sticky"); in updateStickyView()
/frameworks/base/core/java/com/android/internal/widget/
DWatchHeaderListView.java88 return mTopPanel.findViewWithTag(tag); in findViewWithTagTraversal()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSliceView.java255 KeyguardSliceTextView button = mRow.findViewWithTag(itemTag); in showSlice()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java491 return (RemoteInputView) v.findViewWithTag(RemoteInputView.VIEW_TAG); in findRemoteInputView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java1278 view.findViewWithTag(RemoteInputView.VIEW_TAG);
/frameworks/base/core/java/android/widget/
DListView.java3924 v = v.findViewWithTag(tag);
/frameworks/base/core/java/android/view/
DViewGroup.java4772 v = v.findViewWithTag(tag); in findViewWithTagTraversal()
DView.java25008 public final <T extends View> T findViewWithTag(Object tag) { in findViewWithTag() method
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt33357 method public final android.view.View findViewWithTag(java.lang.Object);
/frameworks/base/config/
Dboot-image-profile.txt22555 HSPLandroid/view/View;->findViewWithTag(Ljava/lang/Object;)Landroid/view/View;
/frameworks/base/api/
Dcurrent.txt53827 method public final <T extends android.view.View> T findViewWithTag(Object);