Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java4890 private MatchLabelForPredicate mMatchLabelForPredicate; field in View
11557 if (mMatchLabelForPredicate == null) {
11558 mMatchLabelForPredicate = new MatchLabelForPredicate();
11560 mMatchLabelForPredicate.mLabeledId = labeledId;
11561 return findViewByPredicateInsideOut(view, mMatchLabelForPredicate);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt62924 Landroid/view/View;->mMatchLabelForPredicate:Landroid/view/View$MatchLabelForPredicate;