Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/android/tools/flicker/subject/layers/
DLayersTraceSubject.kt168 override fun isSplashScreenVisibleFor( in <lambda>() method in android.tools.flicker.subject.layers.LayersTraceSubject
170 ): LayersTraceSubject = isSplashScreenVisibleFor(componentMatcher, isOptional = false) in <lambda>()
195 fun isSplashScreenVisibleFor( in <lambda>() method
203 it.isSplashScreenVisibleFor(componentMatcher) in <lambda>()
DILayerSubject.kt79 fun isSplashScreenVisibleFor(componentMatcher: IComponentNameMatcher): LayerSubjectType method
DLayerTraceEntrySubject.kt222 override fun isSplashScreenVisibleFor( in <lambda>() method in android.tools.flicker.subject.layers.LayerTraceEntrySubject
/platform_testing/libraries/flicker/test/src/android/tools/flicker/subject/surfaceflinger/
DLayersTraceSubjectTest.kt308 .isSplashScreenVisibleFor(TestComponents.SIMPLE_APP, isOptional = false) in <lambda>()
331 .isSplashScreenVisibleFor(TestComponents.SIMPLE_APP) in <lambda>()