Home
last modified time | relevance | path

Searched refs:startRotation (Results 1 – 8 of 8) sorted by relevance

/platform_testing/libraries/flicker/utils/src/android/tools/
DScenarioBuilder.kt22 private var startRotation = DEFAULT_ROTATION variable
30 fun withStartRotation(rotation: Rotation) = apply { startRotation = rotation } in <lambda>()
47 append(startRotation.description) in build()
48 if (endRotation != startRotation) { in build()
56 startRotation, in build()
67 startRotation = DEFAULT_ROTATION, in createEmptyScenario()
DScenarioImpl.kt35 override val startRotation: Rotation, constant in android.tools.ScenarioImpl
52 startRotation == Rotation.ROTATION_90 || startRotation == Rotation.ROTATION_270
80 if (startRotation != other.startRotation) return false in getConfigValue()
91 result = 31 * result + startRotation.hashCode() in hashCode()
DScenario.kt24 val startRotation: Rotation constant
/platform_testing/libraries/flicker/src/android/tools/flicker/legacy/
DLegacyFlickerTestFactory.kt71 startRotation: Rotation, in <lambda>()
77 .withStartRotation(startRotation) in <lambda>()
/platform_testing/libraries/flicker/src/android/tools/flicker/
DScenarioInstanceImpl.kt33 override val startRotation: Rotation, in <lambda>() constant in android.tools.flicker.ScenarioInstanceImpl
93 startRotation = displayAtStart.transform.getRotation(), in <lambda>()
/platform_testing/libraries/flicker/test/src/android/tools/flicker/
DScenarioInstanceTest.kt83 startRotation = Rotation.ROTATION_0, in willReportFlickerAssertions()
157 startRotation = Rotation.ROTATION_0, in willReportMainBlockAssertions()
/platform_testing/libraries/flicker/src/android/tools/flicker/legacy/runner/
DTransitionRunner.kt92 scenario.startRotation, in buildTestRuleChain()
/platform_testing/libraries/flicker/test/src/android/tools/flicker/junit/
DFlickerServiceDecoratorTest.kt208 startRotation = Rotation.ROTATION_0, in handleDuplicateFlickerMethods()
218 startRotation = Rotation.ROTATION_0, in handleDuplicateFlickerMethods()