Searched refs:findViewWithTag (Results 1 – 16 of 16) 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()
255 KeyguardSliceTextView button = mRow.findViewWithTag(itemTag); in showSlice()
491 return (RemoteInputView) v.findViewWithTag(RemoteInputView.VIEW_TAG); in findRemoteInputView()
1278 view.findViewWithTag(RemoteInputView.VIEW_TAG);
3924 v = v.findViewWithTag(tag);
4772 v = v.findViewWithTag(tag); in findViewWithTagTraversal()
25008 public final <T extends View> T findViewWithTag(Object tag) { in findViewWithTag() method
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
33357 method public final android.view.View findViewWithTag(java.lang.Object);
22555 HSPLandroid/view/View;->findViewWithTag(Ljava/lang/Object;)Landroid/view/View;
53827 method public final <T extends android.view.View> T findViewWithTag(Object);