Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DView.java4628 private MatchLabelForPredicate mMatchLabelForPredicate; field in View
10920 if (mMatchLabelForPredicate == null) { in findLabelForView()
10921 mMatchLabelForPredicate = new MatchLabelForPredicate(); in findLabelForView()
10923 mMatchLabelForPredicate.mLabeledId = labeledId; in findLabelForView()
10924 return findViewByPredicateInsideOut(view, mMatchLabelForPredicate); in findLabelForView()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt63567 Landroid/view/View;->mMatchLabelForPredicate:Landroid/view/View$MatchLabelForPredicate;