Home
last modified time | relevance | path

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

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