Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/android/tools/flicker/subject/wm/
DIWindowManagerSubject.kt104 fun containsAppWindow(componentMatcher: IComponentMatcher): WMSubjectType method
DWindowManagerTraceSubject.kt395 override fun containsAppWindow(componentMatcher: IComponentMatcher): WindowManagerTraceSubject = in <lambda>() method in android.tools.flicker.subject.wm.WindowManagerTraceSubject
396 containsAppWindow(componentMatcher, isOptional = false) in <lambda>()
399 fun containsAppWindow( in <lambda>() method
DWindowManagerStateSubject.kt306 override fun containsAppWindow(componentMatcher: IComponentMatcher): WindowManagerStateSubject = in <lambda>() method in android.tools.flicker.subject.wm.WindowManagerStateSubject
/platform_testing/libraries/flicker/test/src/android/tools/flicker/subject/wm/
DWindowManagerStateSubjectTest.kt228 .containsAppWindow(TestComponents.LAUNCHER) in canDetectAppWindowVisibility()
232 .containsAppWindow(TestComponents.CHROME_SPLASH_SCREEN) in canDetectAppWindowVisibility()
297 .containsAppWindow(TestComponents.LAUNCHER) in canDetectAppZOrder()