Home
last modified time | relevance | path

Searched refs:findViewByPredicateInsideOut (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/view/
H A DView.java10502 return findViewByPredicateInsideOut(view, mMatchLabelForPredicate); in findLabelForView()
13123 return root.findViewByPredicateInsideOut(startView, in findUserSetNextFocus()
13147 return root.findViewByPredicateInsideOut(this, in findUserSetNextKeyboardNavigationCluster()
13163 View result = root.findViewByPredicateInsideOut(start, mMatchIdPredicate); in findViewInsideOutShouldExist()
25410 public final <T extends View> T findViewByPredicateInsideOut( in findViewByPredicateInsideOut() method in View
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt66763 Landroid/view/View;->findViewByPredicateInsideOut(Landroid/view/View;Ljava/util/function/Predicate;…