Searched refs:STATUS_BAR (Results 1 – 9 of 9) sorted by relevance
24 val STATUS_BAR = ComponentTemplate("StatusBar") { ComponentNameMatcher.STATUS_BAR } in <lambda>() constant
84 .containsAboveAppWindow(ComponentNameMatcher.STATUS_BAR) in canDetectAboveAppWindowVisibility_isVisible()111 entry.visibleRegion(ComponentNameMatcher.STATUS_BAR).coversAtLeast(statusBarRegion) in canDetectWindowCoversAtLeastRegion_exactSize()120 entry.visibleRegion(ComponentNameMatcher.STATUS_BAR).coversAtLeast(Region(0, 0, 100, 100)) in canDetectWindowCoversAtLeastRegion_smallerRegion()131 .visibleRegion(ComponentNameMatcher.STATUS_BAR) in canDetectWindowCoversAtLeastRegion_largerRegion()146 entry.visibleRegion(ComponentNameMatcher.STATUS_BAR).coversExactly(statusBarRegion) in canDetectWindowCoversExactlyRegion_exactSize()157 .visibleRegion(ComponentNameMatcher.STATUS_BAR) in canDetectWindowCoversExactlyRegion_smallerRegion()173 .visibleRegion(ComponentNameMatcher.STATUS_BAR) in canDetectWindowCoversExactlyRegion_largerRegion()187 entry.visibleRegion(ComponentNameMatcher.STATUS_BAR).coversAtMost(statusBarRegion) in canDetectWindowCoversAtMostRegion_extactSize()198 .visibleRegion(ComponentNameMatcher.STATUS_BAR) in canDetectWindowCoversAtMostRegion_smallerRegion()213 entry.visibleRegion(ComponentNameMatcher.STATUS_BAR).coversAtMost(Region(0, 0, 1441, 171)) in canDetectWindowCoversAtMostRegion_largerRegion()
34 visibleRegion(ComponentNameMatcher.STATUS_BAR) in doEvaluate()
147 it.wmState.isWindowSurfaceShown(ComponentNameMatcher.STATUS_BAR) in <lambda>()152 isLayerVisible(ComponentNameMatcher.STATUS_BAR) in <lambda>()157 it.layerState.getLayerWithBuffer(ComponentNameMatcher.STATUS_BAR)?.color?.alpha() == in <lambda>()
145 .visibleRegion(ComponentNameMatcher.STATUS_BAR) in canTestLayerVisibleRegion_incorrectRegionSize()157 .visibleRegion(ComponentNameMatcher.STATUS_BAR) in canTestLayerVisibleRegion()
195 .visibleLayersShownMoreThanOneConsecutiveEntry(listOf(ComponentNameMatcher.STATUS_BAR)) in <lambda>()
99 val STATUS_BAR = ComponentNameMatcher("", "StatusBar") constant
165 mutableListOf(ComponentNameMatcher.STATUS_BAR, getNavBarComponent(wmState)) in <lambda>()