Searched refs:emulationSpec (Results 1 – 7 of 7) sorted by relevance
171 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()
40 emulationSpec: DeviceEmulationSpec,46 private val deviceEmulationRule = DeviceEmulationRule(emulationSpec) in <lambda>()
37 private val emulationSpec: DeviceEmulationSpec, in <lambda>() constant in platform.test.screenshot.FragmentScreenshotTestRule45 private val deviceEmulationRule = DeviceEmulationRule(emulationSpec) in <lambda>()
40 private val emulationSpec: DeviceEmulationSpec, in <lambda>() constant in platform.test.screenshot.ViewScreenshotTestRule50 private val deviceEmulationRule = DeviceEmulationRule(emulationSpec) in <lambda>()
48 @get:Rule(order = 0) val deviceEmulationRule = DeviceEmulationRule(emulationSpec) in <lambda>()115 private val emulationSpec = in <lambda>() constant
48 private val emulationSpec = constant50 @get:Rule(order = 0) val deviceEmulationRule = DeviceEmulationRule(emulationSpec)
54 private val emulationSpec: DeviceEmulationSpec, constant in platform.test.screenshot.utils.compose.ComposeScreenshotTestRule61 private val deviceEmulationRule = DeviceEmulationRule(emulationSpec)