Home
last modified time | relevance | path

Searched refs:activeRoot (Results 1 – 1 of 1) sorted by relevance

/test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/
DUiDevice.java1427 AccessibilityNodeInfo activeRoot = uiAutomation.getRootInActiveWindow(); in getWindowRoots() local
1428 if (activeRoot != null) { in getWindowRoots()
1429 roots.add(activeRoot); in getWindowRoots()