Home
last modified time | relevance | path

Searched refs:ROTATION_0 (Results 1 – 15 of 15) sorted by relevance

/platform_testing/libraries/flicker/utils/src/android/tools/
DRotation.kt20 ROTATION_0("ROTATION_0", PlatformConsts.ROTATION_0),
33 fun getByValue(value: Int) = if (value == -1) ROTATION_0 else VALUES[value]
DPlatformConsts.kt49 const val ROTATION_0 = 0 constant
DScenarioBuilder.kt76 val DEFAULT_ROTATION = Rotation.ROTATION_0 in createEmptyScenario()
/platform_testing/libraries/flicker/src/android/tools/flicker/legacy/
DLegacyFlickerTestFactory.kt38 supportedRotations: List<Rotation> = listOf(Rotation.ROTATION_0, Rotation.ROTATION_90), in <lambda>()
57 supportedRotations: List<Rotation> = listOf(Rotation.ROTATION_0, Rotation.ROTATION_90), in <lambda>()
/platform_testing/libraries/flicker/src/android/tools/flicker/rules/
DChangeDisplayOrientationRule.kt52 private var initialOrientation = Rotation.ROTATION_0
94 Rotation.ROTATION_0 -> device.setOrientationNatural() in setRotation()
/platform_testing/libraries/flicker/utils/src/android/tools/helpers/
DRotationUtils.kt36 Rotation.ROTATION_0 -> insets in rotateInsets()
73 Rotation.ROTATION_0 -> inBounds in rotateBounds()
DAutomationUtils.kt95 estimateNavigationBarPosition(Rotation.ROTATION_0).bounds in openQuickstep()
/platform_testing/libraries/flicker/utils/src/android/tools/traces/surfaceflinger/
DTransform.kt68 return Rotation.ROTATION_0 in getRotation()
72 type.isFlagClear(SCALE_VAL or ROTATE_VAL or TRANSLATE_VAL) -> Rotation.ROTATION_0 in getRotation()
76 else -> Rotation.ROTATION_0 in getRotation()
/platform_testing/libraries/flicker/test/src/android/tools/flicker/legacy/
DLegacyFlickerTestFactoryTest.kt54 Rotation.ROTATION_0, in checkBuildCustomRotationsTest()
/platform_testing/libraries/flicker/utils/src/android/tools/traces/wm/
DWindowManagerPolicy.kt39 val rotation: Rotation = Rotation.ROTATION_0,
144 rotation: Rotation = Rotation.ROTATION_0, in from()
/platform_testing/libraries/flicker/test/src/android/tools/flicker/junit/
DFlickerServiceDecoratorTest.kt208 startRotation = Rotation.ROTATION_0, in handleDuplicateFlickerMethods()
209 endRotation = Rotation.ROTATION_0, in handleDuplicateFlickerMethods()
218 startRotation = Rotation.ROTATION_0, in handleDuplicateFlickerMethods()
219 endRotation = Rotation.ROTATION_0, in handleDuplicateFlickerMethods()
/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/utils/test/src/android/tools/parsers/
DWindowManagerStateHelperTest.kt369 .isEqualTo(Rotation.ROTATION_0) in <lambda>()
374 helper.StateSyncBuilder().withRotation(Rotation.ROTATION_0).waitFor() in <lambda>()
377 .isEqualTo(Rotation.ROTATION_0) in <lambda>()
/platform_testing/tests/perf/PerfTransitionTest/src/com/android/apptransition/tests/
DLatencyTests.java301 wm.freezeRotation(Surface.ROTATION_0, /* caller= */ "LatencyTests"); in testRotationLatency()
/platform_testing/libraries/flicker/utils/src/android/tools/traces/parsers/wm/
DWindowManagerStateBuilder.kt203 Rotation.getByValue(proto.displayRotation?.rotation ?: Surface.ROTATION_0), in <lambda>()