Home
last modified time | relevance | path

Searched defs:findViewByPredicate (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/
H A DPermissionActivity.java542 private static @Nullable View findViewByPredicate(@NonNull View root, in findViewByPredicate() method in PermissionActivity
/aosp12/frameworks/base/core/java/android/view/
H A DView.java25390 public final <T extends View> T findViewByPredicate(Predicate<View> predicate) { in findViewByPredicate() method in View