Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DView.java4504 private MatchIdPredicate mMatchIdPredicate; field in View
13159 if (mMatchIdPredicate == null) { in findViewInsideOutShouldExist()
13160 mMatchIdPredicate = new MatchIdPredicate(); in findViewInsideOutShouldExist()
13162 mMatchIdPredicate.mId = id; in findViewInsideOutShouldExist()
13163 View result = root.findViewByPredicateInsideOut(start, mMatchIdPredicate); in findViewInsideOutShouldExist()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt66889 Landroid/view/View;->mMatchIdPredicate:Landroid/view/View$MatchIdPredicate;