Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java4393 private MatchLabelForPredicate mMatchLabelForPredicate; field in View
10106 if (mMatchLabelForPredicate == null) {
10107 mMatchLabelForPredicate = new MatchLabelForPredicate();
10109 mMatchLabelForPredicate.mLabeledId = labeledId;
10110 return findViewByPredicateInsideOut(view, mMatchLabelForPredicate);
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt77996 Landroid/view/View;->mMatchLabelForPredicate:Landroid/view/View$MatchLabelForPredicate;