Home
last modified time | relevance | path

Searched refs:findViewByPredicate (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/base/core/java/android/widget/
H A DDayPickerViewPager.java150 final View v = current.findViewByPredicate(predicate); in findViewByPredicateTraversal()
161 final View v = child.findViewByPredicate(predicate); in findViewByPredicateTraversal()
H A DListView.java3974 v = v.findViewByPredicate(predicate);
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DWatchHeaderListView.java99 return (T) mTopPanel.findViewByPredicate(predicate); in findViewByPredicateTraversal()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
H A DDialogLaunchAnimatorTest.kt91 dialogContentWithBackground.findViewByPredicate { it === dialog.contentView })
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/
H A DPermissionActivity.java221 titleView = (TextView) findViewByPredicate(actionDialog.getWindow().getDecorView(), in onCreate()
542 private static @Nullable View findViewByPredicate(@NonNull View root, in findViewByPredicate() method in PermissionActivity
550 final View res = findViewByPredicate(group.getChildAt(i), predicate); in findViewByPredicate()
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DSaveUi.java533 rootView.findViewByPredicate(predicate); in applyTextViewStyle()
/aosp12/frameworks/base/core/java/android/view/
H A DAccessibilityInteractionController.java466 root.findViewByPredicate(mAddNodeInfosForViewId); in findAccessibilityNodeInfosByViewIdUiThread()
H A DViewGroup.java4812 v = v.findViewByPredicate(predicate); in findViewByPredicateTraversal()
H A DView.java25390 public final <T extends View> T findViewByPredicate(Predicate<View> predicate) { in findViewByPredicate() method in View
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt66762 Landroid/view/View;->findViewByPredicate(Ljava/util/function/Predicate;)Landroid/view/View;