Searched refs:getWindows (Results 1 – 2 of 2) sorted by relevance
40 fun getWindows(componentMatcher: IComponentMatcher): Collection<WindowState> = getWindows { in <lambda>() method50 getWindows(componentMatcher).isNotEmpty() in <lambda>()53 getWindows { windowState == it }.isNotEmpty() in <lambda>()55 private fun getWindows(predicate: (WindowState) -> Boolean) = in <lambda>() method
635 activity.getWindows(ComponentNameMatcher.SNAPSHOT).firstOrNull() in <lambda>()