Home
last modified time | relevance | path

Searched refs:emulationSpec (Results 1 – 7 of 7) sorted by relevance

/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/
DGoldenPathManager.kt171 fun getEmulatedDevicePathConfig(emulationSpec: DeviceEmulationSpec): PathConfig { in getEmulatedDevicePathConfig()
175 PathElementNoContext(DISPLAY_TAG, isDir = true) { emulationSpec.display.name }, in getEmulatedDevicePathConfig()
177 if (emulationSpec.isDarkTheme) "dark" else "light" in getEmulatedDevicePathConfig()
180 if (emulationSpec.isLandscape) "landscape" else "portrait" in getEmulatedDevicePathConfig()
DExternalViewScreenshotTestRule.kt40 emulationSpec: DeviceEmulationSpec,
46 private val deviceEmulationRule = DeviceEmulationRule(emulationSpec) in <lambda>()
DFragmentScreenshotTestRule.kt37 private val emulationSpec: DeviceEmulationSpec, in <lambda>() constant in platform.test.screenshot.FragmentScreenshotTestRule
45 private val deviceEmulationRule = DeviceEmulationRule(emulationSpec) in <lambda>()
DViewScreenshotTestRule.kt40 private val emulationSpec: DeviceEmulationSpec, in <lambda>() constant in platform.test.screenshot.ViewScreenshotTestRule
50 private val deviceEmulationRule = DeviceEmulationRule(emulationSpec) in <lambda>()
/platform_testing/libraries/motion/tests/src/platform/test/motion/view/
DViewToolkitTest.kt48 @get:Rule(order = 0) val deviceEmulationRule = DeviceEmulationRule(emulationSpec) in <lambda>()
115 private val emulationSpec = in <lambda>() constant
/platform_testing/libraries/motion/compose/tests/src/platform/test/motion/compose/
DComposeFeatureCapturesTest.kt48 private val emulationSpec = constant
50 @get:Rule(order = 0) val deviceEmulationRule = DeviceEmulationRule(emulationSpec)
/platform_testing/libraries/screenshot/utils/compose/src/platform/test/screenshot/utils/compose/
DComposeScreenshotTestRule.kt54 private val emulationSpec: DeviceEmulationSpec, constant in platform.test.screenshot.utils.compose.ComposeScreenshotTestRule
61 private val deviceEmulationRule = DeviceEmulationRule(emulationSpec)