Searched refs:findViewWithTag (Results 1 – 17 of 17) sorted by relevance
92 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 …]
72 (findViewWithTag("cutoutLeft") as View?)?.let { in adjustLayout()75 (findViewWithTag("cutoutCenter") as View?)?.let { in adjustLayout()78 (findViewWithTag("cutoutRight") as View?)?.let { in adjustLayout()
73 sticky = findViewWithTag("sticky"); in updateStickyView()74 stickyContainer = findViewWithTag("stickyContainer"); in updateStickyView()
97 sticky = findViewWithTag("sticky"); in updateStickyView()98 stickyContainer = findViewWithTag("stickyContainer"); in updateStickyView()
89 sticky = header.findViewWithTag("sticky"); in updateStickyView()
88 return mTopPanel.findViewWithTag(tag); in findViewWithTagTraversal()
166 KeyguardSliceTextView button = mRow.findViewWithTag(itemTag); in showSlice()
539 return v.findViewWithTag(RemoteInputView.VIEW_TAG); in findRemoteInputView()
1429 result.mView = view.findViewWithTag(RemoteInputView.VIEW_TAG);
3922 v = v.findViewWithTag(tag);
4793 v = v.findViewWithTag(tag); in findViewWithTagTraversal()
27613 public final <T extends View> T findViewWithTag(Object tag) { in findViewWithTag() method
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
17096 HSPLandroid/view/View;->findViewWithTag(Ljava/lang/Object;)Landroid/view/View;
33357 method public final android.view.View findViewWithTag(java.lang.Object);
17160 HSPLandroid/view/View;->findViewWithTag(Ljava/lang/Object;)Landroid/view/View;
52593 method public final <T extends android.view.View> T findViewWithTag(Object);