Searched defs:mMatchLabelForPredicate (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DView.java3919 private MatchLabelForPredicate mMatchLabelForPredicate; field in class:View
8381 if (mMatchLabelForPredicate == null) {
8382 mMatchLabelForPredicate = new MatchLabelForPredicate();
8384 mMatchLabelForPredicate.mLabeledId = labeledId;
8385 return findViewByPredicateInsideOut(view, mMatchLabelForPredicate);

Completed in 77 milliseconds