Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/Spa/screenshot/src/com/android/settingslib/spa/screenshot/util/
DSettingsScreenshotTestRule.kt40 emulationSpec: DeviceEmulationSpec,
44 private val deviceEmulationRule = DeviceEmulationRule(emulationSpec)
48 getEmulatedDevicePathConfig(emulationSpec),
96 emulationSpec: DeviceEmulationSpec, in settingsScreenshotTestRule()
104 emulationSpec, in settingsScreenshotTestRule()
/frameworks/base/tests/InputScreenshotTest/src/android/input/screenshot/
DInputScreenshotTestRule.kt40 emulationSpec: DeviceEmulationSpec,
44 private val deviceEmulationRule = DeviceEmulationRule(emulationSpec)
48 getEmulatedDevicePathConfig(emulationSpec),
DKeyboardLayoutPreviewIsoScreenshotTest.kt35 class KeyboardLayoutPreviewIsoScreenshotTest(emulationSpec: DeviceEmulationSpec) { in <lambda>()
44 emulationSpec, in <lambda>()
DKeyboardLayoutPreviewJisScreenshotTest.kt34 class KeyboardLayoutPreviewJisScreenshotTest(emulationSpec: DeviceEmulationSpec) { in <lambda>()
43 emulationSpec, in <lambda>()
DKeyboardLayoutPreviewAnsiScreenshotTest.kt34 class KeyboardLayoutPreviewAnsiScreenshotTest(emulationSpec: DeviceEmulationSpec) { in <lambda>()
43 emulationSpec, in <lambda>()
/frameworks/base/packages/SettingsLib/Spa/screenshot/src/com/android/settingslib/spa/screenshot/widget/ui/
DFooterScreenshotTest.kt31 class FooterScreenshotTest(emulationSpec: DeviceEmulationSpec) {
41 emulationSpec, in getTestSpecs()
DSpinnerScreenshotTest.kt32 class SpinnerScreenshotTest(emulationSpec: DeviceEmulationSpec) {
42 emulationSpec, in getTestSpecs()
/frameworks/base/packages/SettingsLib/Spa/screenshot/src/com/android/settingslib/spa/screenshot/widget/preference/
DMainSwitchPreferenceScreenshotTest.kt33 class MainSwitchPreferenceScreenshotTest(emulationSpec: DeviceEmulationSpec) {
43 emulationSpec, in getTestSpecs()
DTwoTargetSwitchPreferenceScreenshotTest.kt34 class TwoTargetSwitchPreferenceScreenshotTest(emulationSpec: DeviceEmulationSpec) {
44 emulationSpec, in getTestSpecs()
DSliderPreferenceScreenshotTest.kt35 class SliderPreferenceScreenshotTest(emulationSpec: DeviceEmulationSpec) {
45 emulationSpec, in getTestSpecs()
DProgressBarPreferenceScreenshotTest.kt39 class ProgressBarPreferenceScreenshotTest(emulationSpec: DeviceEmulationSpec) {
49 emulationSpec, in getTestSpecs()
DSwitchPreferenceScreenshotTest.kt37 class SwitchPreferenceScreenshotTest(emulationSpec: DeviceEmulationSpec) {
47 emulationSpec, in getTestSpecs()
DPreferenceScreenshotTest.kt38 class PreferenceScreenshotTest(emulationSpec: DeviceEmulationSpec) {
52 emulationSpec, in getTestSpecs()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DTransitionAnimatorTest.kt54 private val emulationSpec = in <lambda>() constant
74 @get:Rule(order = 0) val deviceEmulationRule = DeviceEmulationRule(emulationSpec) in <lambda>()
153 right = containerLocation[0] + emulationSpec.display.width, in <lambda>()
154 bottom = containerLocation[1] + emulationSpec.display.height, in <lambda>()
/frameworks/base/packages/SettingsLib/Spa/screenshot/src/com/android/settingslib/spa/screenshot/widget/illustration/
DImageIllustrationScreenshotTest.kt34 class ImageIllustrationScreenshotTest(emulationSpec: DeviceEmulationSpec) {
44 emulationSpec, in getTestSpecs()
/frameworks/base/packages/SettingsLib/Spa/screenshot/src/com/android/settingslib/spa/screenshot/widget/chart/
DPieChartScreenshotTest.kt33 class PieChartScreenshotTest(emulationSpec: DeviceEmulationSpec) {
43 emulationSpec, in getTestSpecs()
DLineChartScreenshotTest.kt35 class LineChartScreenshotTest(emulationSpec: DeviceEmulationSpec) { in <lambda>()
45 emulationSpec, in <lambda>()
DBarChartScreenshotTest.kt35 class BarChartScreenshotTest(emulationSpec: DeviceEmulationSpec) { in <lambda>()
45 emulationSpec, in <lambda>()
/frameworks/base/packages/SettingsLib/Spa/screenshot/src/com/android/settingslib/spa/screenshot/widget/button/
DActionButtonsScreenshotTest.kt36 class ActionButtonsScreenshotTest(emulationSpec: DeviceEmulationSpec) {
46 emulationSpec, in getTestSpecs()
/frameworks/base/packages/CredentialManager/tests/robotests/screenshot/src/com/android/credentialmanager/
DGetCredScreenshotTest.kt45 class GetCredScreenshotTest(emulationSpec: DeviceEmulationSpec) {
62 emulationSpec, in getTestSpecs()
63 CredentialManagerGoldenPathManager(getEmulatedDevicePathConfig(emulationSpec)) in getTestSpecs()