Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/template/
H A 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()
142 assertNotNull("Foo button should exist", mStubParent.findViewWithTag("foo")); in testRemoveSpace()
143 assertNotNull("space should exist", mStubParent.findViewWithTag("space")); in testRemoveSpace()
148 assertNull("Space should be removed", mStubParent.findViewWithTag("space")); in testRemoveSpace()
159 assertNotNull("Foo button should exist", mStubParent.findViewWithTag("foo")); in testRemoveAllViews()
160 assertNotNull("space should exist", mStubParent.findViewWithTag("space")); in testRemoveAllViews()
[all …]
/aosp12/frameworks/base/packages/EasterEgg/src/com/android/egg/paint/
H A DCutoutAvoidingToolbar.kt72 (findViewWithTag("cutoutLeft") as View?)?.let {
75 (findViewWithTag("cutoutCenter") as View?)?.let {
78 (findViewWithTag("cutoutRight") as View?)?.let {
/aosp12/packages/apps/Car/libs/car-ui-lib/referencedesign/plugin/src/main/java/com/chassis/car/ui/plugin/toolbar/
H A DBaseLayoutInstaller.java168 mLeftInsetView = baseLayout.findViewWithTag(LEFT_INSET_TAG); in InsetsUpdater()
169 mRightInsetView = baseLayout.findViewWithTag(RIGHT_INSET_TAG); in InsetsUpdater()
170 mTopInsetView = baseLayout.findViewWithTag(TOP_INSET_TAG); in InsetsUpdater()
171 mBottomInsetView = baseLayout.findViewWithTag(BOTTOM_INSET_TAG); in InsetsUpdater()
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/pluginsupport/
H A DPluginFactoryStub.java176 mLeftInsetView = baseLayout.findViewWithTag(LEFT_INSET_TAG); in InsetsUpdater()
177 mRightInsetView = baseLayout.findViewWithTag(RIGHT_INSET_TAG); in InsetsUpdater()
178 mTopInsetView = baseLayout.findViewWithTag(TOP_INSET_TAG); in InsetsUpdater()
179 mBottomInsetView = baseLayout.findViewWithTag(BOTTOM_INSET_TAG); in InsetsUpdater()
/aosp12/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DStickyHeaderScrollView.java73 sticky = findViewWithTag("sticky"); in updateStickyView()
74 stickyContainer = findViewWithTag("stickyContainer"); in updateStickyView()
H A DStickyHeaderListView.java97 sticky = findViewWithTag("sticky"); in updateStickyView()
98 stickyContainer = findViewWithTag("stickyContainer"); in updateStickyView()
/aosp12/packages/apps/Camera2/src/com/android/camera/ui/
H A DRadioOptions.java103 View button = findViewWithTag(tag); in setSelectedOptionByTag()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DPeopleSpaceTileView.java43 mTileView = view.findViewWithTag(shortcutId); in PeopleSpaceTileView()
/aosp12/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/view/
H A DStickyHeaderRecyclerView.java89 sticky = header.findViewWithTag("sticky"); in updateStickyView()
/aosp12/packages/apps/Car/Radio/src/com/android/car/radio/
H A DManualTunerController.java72 View btn = dialpad.findViewWithTag(Integer.toString(i)); in ManualTunerController()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/
H A DStatusIconGroupContainerController.java115 ImageView statusIconView = entryPointView.findViewWithTag(mIconTag); in addIconViews()
H A DStatusIconPanelController.java443 mStatusIconView = mAnchorView.findViewWithTag(mIconTag); in highlightStatusIcon()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DWatchHeaderListView.java88 return mTopPanel.findViewWithTag(tag); in findViewWithTagTraversal()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSliceView.java167 KeyguardSliceTextView button = mRow.findViewWithTag(itemTag); in showSlice()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManager.java575 return v.findViewWithTag(RemoteInputView.VIEW_TAG); in findRemoteInputView()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java1231 RemoteInputView existing = view.findViewWithTag(RemoteInputView.VIEW_TAG);
/aosp12/frameworks/base/core/java/android/widget/
H A DListView.java3924 v = v.findViewWithTag(tag);
/aosp12/frameworks/base/core/java/android/view/
H A DViewGroup.java4784 v = v.findViewWithTag(tag); in findViewWithTagTraversal()
H A DView.java25375 public final <T extends View> T findViewWithTag(Object tag) { in findViewWithTag() method in View
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt17600 HSPLandroid/view/View;->findViewWithTag(Ljava/lang/Object;)Landroid/view/View;+]Landroid/view/View;…
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt48707 method public final <T extends android.view.View> T findViewWithTag(Object);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt33357 method public final android.view.View findViewWithTag(java.lang.Object);
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt17649 HSPLandroid/view/View;->findViewWithTag(Ljava/lang/Object;)Landroid/view/View;+]Landroid/view/View;…