Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/android/tools/flicker/config/common/
DComponents.kt24 val STATUS_BAR = ComponentTemplate("StatusBar") { ComponentNameMatcher.STATUS_BAR } in <lambda>() constant
/platform_testing/libraries/flicker/test/src/android/tools/flicker/subject/wm/
DWindowManagerStateSubjectTest.kt84 .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()
/platform_testing/libraries/flicker/src/android/tools/flicker/assertors/assertions/
DStatusBarLayerPositionAtStart.kt34 visibleRegion(ComponentNameMatcher.STATUS_BAR) in doEvaluate()
DStatusBarLayerPositionAtEnd.kt34 visibleRegion(ComponentNameMatcher.STATUS_BAR) in doEvaluate()
/platform_testing/libraries/flicker/utils/src/android/tools/traces/
DConditionsFactory.kt147 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>()
/platform_testing/libraries/flicker/test/src/android/tools/flicker/subject/surfaceflinger/
DLayerTraceEntrySubjectTest.kt145 .visibleRegion(ComponentNameMatcher.STATUS_BAR) in canTestLayerVisibleRegion_incorrectRegionSize()
157 .visibleRegion(ComponentNameMatcher.STATUS_BAR) in canTestLayerVisibleRegion()
DLayersTraceSubjectTest.kt195 .visibleLayersShownMoreThanOneConsecutiveEntry(listOf(ComponentNameMatcher.STATUS_BAR)) in <lambda>()
/platform_testing/libraries/flicker/utils/src/android/tools/traces/component/
DComponentNameMatcher.kt99 val STATUS_BAR = ComponentNameMatcher("", "StatusBar") constant
/platform_testing/libraries/flicker/utils/test/src/android/tools/parsers/
DWindowManagerStateHelperTest.kt165 mutableListOf(ComponentNameMatcher.STATUS_BAR, getNavBarComponent(wmState)) in <lambda>()