Searched refs:mMatchLabelForPredicate (Results 1 – 1 of 1) sorted by relevance
3104 private MatchLabelForPredicate mMatchLabelForPredicate; field in View5753 if (mMatchLabelForPredicate == null) { in findLabelForView()5754 mMatchLabelForPredicate = new MatchLabelForPredicate(); in findLabelForView()5756 mMatchLabelForPredicate.mLabeledId = labeledId; in findLabelForView()5757 return findViewByPredicateInsideOut(view, mMatchLabelForPredicate); in findLabelForView()