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

/frameworks/base/core/java/android/view/
H A DView.java3934 private MatchIdPredicate mMatchIdPredicate; field in class:View
10473 if (mMatchIdPredicate == null) {
10474 mMatchIdPredicate = new MatchIdPredicate();
10476 mMatchIdPredicate.mId = id;
10477 View result = root.findViewByPredicateInsideOut(this, mMatchIdPredicate);

Completed in 58 milliseconds