Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/android/tools/flicker/subject/wm/
DWindowManagerStateSubject.kt282 val foundWindowsRegions = foundWindows.mapValues { (_, v) -> v?.frameRegion ?: Region() } in <lambda>() constant
284 val regions = foundWindowsRegions.entries.toList() in <lambda>()