Searched refs:roots (Results 1 – 2 of 2) sorted by relevance
84 AccessibilityNodeInfo... roots) { in findMatch() argument87 for (AccessibilityNodeInfo root : roots) { in findMatch()102 AccessibilityNodeInfo... roots) { in findMatches() argument106 for (AccessibilityNodeInfo root : roots) { in findMatches()
1423 LinkedHashSet<AccessibilityNodeInfo> roots = new LinkedHashSet<>(); in getWindowRoots() local1429 roots.add(activeRoot); in getWindowRoots()1440 roots.add(root); in getWindowRoots()1442 return new ArrayList<AccessibilityNodeInfo>(roots); in getWindowRoots()