/aosp12/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/template/ |
H A D | ButtonFooterMixinTest.java | 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() 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 D | CutoutAvoidingToolbar.kt | 72 (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 D | BaseLayoutInstaller.java | 168 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 D | PluginFactoryStub.java | 176 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 D | StickyHeaderScrollView.java | 73 sticky = findViewWithTag("sticky"); in updateStickyView() 74 stickyContainer = findViewWithTag("stickyContainer"); in updateStickyView()
|
H A D | StickyHeaderListView.java | 97 sticky = findViewWithTag("sticky"); in updateStickyView() 98 stickyContainer = findViewWithTag("stickyContainer"); in updateStickyView()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/ui/ |
H A D | RadioOptions.java | 103 View button = findViewWithTag(tag); in setSelectedOptionByTag()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/ |
H A D | PeopleSpaceTileView.java | 43 mTileView = view.findViewWithTag(shortcutId); in PeopleSpaceTileView()
|
/aosp12/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/view/ |
H A D | StickyHeaderRecyclerView.java | 89 sticky = header.findViewWithTag("sticky"); in updateStickyView()
|
/aosp12/packages/apps/Car/Radio/src/com/android/car/radio/ |
H A D | ManualTunerController.java | 72 View btn = dialpad.findViewWithTag(Integer.toString(i)); in ManualTunerController()
|
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/ |
H A D | StatusIconGroupContainerController.java | 115 ImageView statusIconView = entryPointView.findViewWithTag(mIconTag); in addIconViews()
|
H A D | StatusIconPanelController.java | 443 mStatusIconView = mAnchorView.findViewWithTag(mIconTag); in highlightStatusIcon()
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | WatchHeaderListView.java | 88 return mTopPanel.findViewWithTag(tag); in findViewWithTagTraversal()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardSliceView.java | 167 KeyguardSliceTextView button = mRow.findViewWithTag(itemTag); in showSlice()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationRemoteInputManager.java | 575 return v.findViewWithTag(RemoteInputView.VIEW_TAG); in findRemoteInputView()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationContentView.java | 1231 RemoteInputView existing = view.findViewWithTag(RemoteInputView.VIEW_TAG);
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | ListView.java | 3924 v = v.findViewWithTag(tag);
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | ViewGroup.java | 4784 v = v.findViewWithTag(tag); in findViewWithTagTraversal()
|
H A D | View.java | 25375 public final <T extends View> T findViewWithTag(Object tag) { in findViewWithTag() method in View
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 17600 HSPLandroid/view/View;->findViewWithTag(Ljava/lang/Object;)Landroid/view/View;+]Landroid/view/View;…
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 48707 method public final <T extends android.view.View> T findViewWithTag(Object);
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 33357 method public final android.view.View findViewWithTag(java.lang.Object);
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 17649 HSPLandroid/view/View;->findViewWithTag(Ljava/lang/Object;)Landroid/view/View;+]Landroid/view/View;…
|