Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DView.java10924 return findViewByPredicateInsideOut(view, mMatchLabelForPredicate); in findLabelForView()
14071 return root.findViewByPredicateInsideOut(startView, in findUserSetNextFocus()
14095 return root.findViewByPredicateInsideOut(this, in findUserSetNextKeyboardNavigationCluster()
14111 View result = root.findViewByPredicateInsideOut(start, mMatchIdPredicate); in findViewInsideOutShouldExist()
26682 public final <T extends View> T findViewByPredicateInsideOut( in findViewByPredicateInsideOut() method in View
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt63440 Landroid/view/View;->findViewByPredicateInsideOut(Landroid/view/View;Ljava/util/function/Predicate;…