Home
last modified time | relevance | path

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

/test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/
DUiAutomatorTestScope.kt112 val visible = watcher.isVisible() in watchFor() constant
113 if (visible) block(watcher.scope()) in watchFor()
114 visible in watchFor()