Home
last modified time | relevance | path

Searched refs:addDisplay (Results 1 – 3 of 3) sorted by relevance

/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/
DDeviceEmulationRule.kt192 fun addDisplay(isLandscape: Boolean) { in forDisplays() method
203 addDisplay(isLandscape = false) in forDisplays()
207 addDisplay(isLandscape = true) in forDisplays()
/platform_testing/libraries/flicker/test/src/android/tools/flicker/subject/surfaceflinger/
DLayerTraceEntrySubjectTest.kt180 .addDisplay( in orComponentMatcher_visibility_oneVisibleOtherInvisible()
213 .addDisplay( in orComponentMatcher_visibility_oneVisibleOtherMissing()
243 .addDisplay( in canUseOrComponentMatcher_visibility_allVisible()
278 .addDisplay( in canUseOrComponentMatcher_contains_withOneExists()
307 val layerTraceEntry = MockLayerTraceEntryBuilder().addDisplay(rootLayers = listOf()).build() in canUseOrComponentMatcher_contains_withNoneExists()
329 .addDisplay( in canUseOrComponentMatcher_contains_withBothExists()
/platform_testing/libraries/flicker/utils/test/src/android/tools/utils/
DMockLayerTraceEntryBuilder.kt43 fun addDisplay(rootLayers: List<MockLayerBuilder>): MockLayerTraceEntryBuilder = apply { in <lambda>() method