Home
last modified time | relevance | path

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

/aosp14/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 {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DPeopleSpaceTileView.java43 mTileView = view.findViewWithTag(shortcutId); in PeopleSpaceTileView()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DWatchHeaderListView.java88 return mTopPanel.findViewWithTag(tag); in findViewWithTagTraversal()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSliceView.java166 KeyguardSliceTextView button = mRow.findViewWithTag(itemTag); in showSlice()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManager.java531 return v.findViewWithTag(RemoteInputView.VIEW_TAG); in findRemoteInputView()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java1321 result.mView = view.findViewWithTag(RemoteInputView.VIEW_TAG);
/aosp14/frameworks/base/core/java/android/widget/
H A DListView.java3922 v = v.findViewWithTag(tag);
/aosp14/frameworks/base/core/java/android/view/
H A DViewGroup.java4815 v = v.findViewWithTag(tag); in findViewWithTagTraversal()
H A DView.java26647 public final <T extends View> T findViewWithTag(Object tag) { in findViewWithTag() method in View
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt17377 HSPLandroid/view/View;->findViewWithTag(Ljava/lang/Object;)Landroid/view/View;
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt17441 HSPLandroid/view/View;->findViewWithTag(Ljava/lang/Object;)Landroid/view/View;
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt52087 method public final <T extends android.view.View> T findViewWithTag(Object);