Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/test/src/android/tools/flicker/subject/wm/
DWindowManagerTraceSubjectTest.kt55 .isAboveAppWindowVisible(TestComponents.SCREEN_DECOR_OVERLAY) in <lambda>()
61 .isAboveAppWindowVisible(TestComponents.SCREEN_DECOR_OVERLAY) in <lambda>()
65 .isAboveAppWindowVisible(TestComponents.SCREEN_DECOR_OVERLAY) in <lambda>()
69 .isAboveAppWindowVisible(TestComponents.SCREEN_DECOR_OVERLAY) in <lambda>()
77 .isAboveAppWindowVisible(TestComponents.SCREEN_DECOR_OVERLAY) in <lambda>()
80 .isAboveAppWindowVisible(TestComponents.SCREEN_DECOR_OVERLAY) in <lambda>()
83 .isAboveAppWindowVisible(TestComponents.SCREEN_DECOR_OVERLAY) in <lambda>()
104 .isAboveAppWindowVisible(TestComponents.SCREEN_DECOR_OVERLAY) in <lambda>()
107 .isAboveAppWindowVisible(TestComponents.SCREEN_DECOR_OVERLAY) in <lambda>()
110 .isAboveAppWindowVisible(TestComponents.SCREEN_DECOR_OVERLAY) in <lambda>()
[all …]
/platform_testing/libraries/flicker/src/android/tools/flicker/subject/wm/
DWindowManagerTraceSubject.kt128 override fun isAboveAppWindowVisible( in <lambda>() method in android.tools.flicker.subject.wm.WindowManagerTraceSubject
130 ): WindowManagerTraceSubject = isAboveAppWindowVisible(componentMatcher, isOptional = false) in <lambda>()
133 fun isAboveAppWindowVisible( in <lambda>() method in android.tools.flicker.subject.wm.WindowManagerTraceSubject
141 it.isAboveAppWindowVisible(componentMatcher) in <lambda>()
DIWindowManagerSubject.kt251 fun isAboveAppWindowVisible(componentMatcher: IComponentMatcher): WMSubjectType method
DWindowManagerStateSubject.kt672 override fun isAboveAppWindowVisible( in <lambda>() method in android.tools.flicker.subject.wm.WindowManagerStateSubject