Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/test/src/android/tools/flicker/subject/wm/
DWindowManagerStateSubjectTest.kt82 .containsAboveAppWindow(ComponentNameMatcher.NAV_BAR) in canDetectAboveAppWindowVisibility_isVisible()
83 .containsAboveAppWindow(TestComponents.SCREEN_DECOR_OVERLAY) in canDetectAboveAppWindowVisibility_isVisible()
84 .containsAboveAppWindow(ComponentNameMatcher.STATUS_BAR) in canDetectAboveAppWindowVisibility_isVisible()
94 .containsAboveAppWindow(TestComponents.PIP_OVERLAY) in canDetectAboveAppWindowVisibility_isInvisible()
100 .containsAboveAppWindow(ComponentNameMatcher.NAV_BAR) in canDetectAboveAppWindowVisibility_isInvisible()
DWindowManagerTraceSubjectTest.kt119 .containsAboveAppWindow(TestComponents.SCREEN_DECOR_OVERLAY) in <lambda>()
142 .containsAboveAppWindow(TestComponents.SCREEN_DECOR_OVERLAY) in <lambda>()
/platform_testing/libraries/flicker/src/android/tools/flicker/subject/wm/
DWindowManagerTraceSubject.kt377 override fun containsAboveAppWindow( in <lambda>() method in android.tools.flicker.subject.wm.WindowManagerTraceSubject
379 ): WindowManagerTraceSubject = containsAboveAppWindow(componentMatcher, isOptional = false) in <lambda>()
382 fun containsAboveAppWindow( in <lambda>() method
390 it.containsAboveAppWindow(componentMatcher) in <lambda>()
404 it.containsAboveAppWindow(componentMatcher) in <lambda>()
DIWindowManagerSubject.kt46 fun containsAboveAppWindow(componentMatcher: IComponentMatcher): WMSubjectType method
DWindowManagerStateSubject.kt129 override fun containsAboveAppWindow( in <lambda>() method in android.tools.flicker.subject.wm.WindowManagerStateSubject
675 containsAboveAppWindow(componentMatcher).isNonAppWindowVisible(componentMatcher) in <lambda>()
681 containsAboveAppWindow(componentMatcher).isNonAppWindowInvisible(componentMatcher) in <lambda>()