Home
last modified time | relevance | path

Searched defs:root (Results 1 – 3 of 3) sorted by relevance

/test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/
DAccessibilityWindowInfoExt.kt100 val root = waitForRoot(timeoutMs = stableTimeoutMs, sleepIntervalMs = stablePollIntervalMs) in waitForStable() constant
DByMatcher.java114 private List<AccessibilityNodeInfo> findMatches(AccessibilityNodeInfo root) { in findMatches()
DUiDevice.java1435 final AccessibilityNodeInfo root = window.getRoot(); in getWindowRoots() local