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

/frameworks/base/core/java/android/view/
H A DView.java3104 private MatchLabelForPredicate mMatchLabelForPredicate; field in class:View
5753 if (mMatchLabelForPredicate == null) {
5754 mMatchLabelForPredicate = new MatchLabelForPredicate();
5756 mMatchLabelForPredicate.mLabeledId = labeledId;
5757 return findViewByPredicateInsideOut(view, mMatchLabelForPredicate);

Completed in 64 milliseconds