Searched refs:stopPredicate (Results 1 – 1 of 1) sorted by relevance
58 @Nullable Predicate<AccessibilityNodeInfo> stopPredicate, in findNodeOrAncestor() argument62 && (stopPredicate == null || !stopPredicate.test(currentNode))) { in findNodeOrAncestor()