Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java4508 private MatchLabelForPredicate mMatchLabelForPredicate; field in View
10320 if (mMatchLabelForPredicate == null) {
10321 mMatchLabelForPredicate = new MatchLabelForPredicate();
10323 mMatchLabelForPredicate.mLabeledId = labeledId;
10324 return findViewByPredicateInsideOut(view, mMatchLabelForPredicate);