Searched refs:ROTATION_0 (Results 1 – 15 of 15) sorted by relevance
/platform_testing/libraries/flicker/utils/src/android/tools/ |
D | Rotation.kt | 20 ROTATION_0("ROTATION_0", PlatformConsts.ROTATION_0), 33 fun getByValue(value: Int) = if (value == -1) ROTATION_0 else VALUES[value]
|
D | PlatformConsts.kt | 49 const val ROTATION_0 = 0 constant
|
D | ScenarioBuilder.kt | 76 val DEFAULT_ROTATION = Rotation.ROTATION_0 in createEmptyScenario()
|
/platform_testing/libraries/flicker/src/android/tools/flicker/legacy/ |
D | LegacyFlickerTestFactory.kt | 38 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/ |
D | ChangeDisplayOrientationRule.kt | 52 private var initialOrientation = Rotation.ROTATION_0 94 Rotation.ROTATION_0 -> device.setOrientationNatural() in setRotation()
|
/platform_testing/libraries/flicker/utils/src/android/tools/helpers/ |
D | RotationUtils.kt | 36 Rotation.ROTATION_0 -> insets in rotateInsets() 73 Rotation.ROTATION_0 -> inBounds in rotateBounds()
|
D | AutomationUtils.kt | 95 estimateNavigationBarPosition(Rotation.ROTATION_0).bounds in openQuickstep()
|
/platform_testing/libraries/flicker/utils/src/android/tools/traces/surfaceflinger/ |
D | Transform.kt | 68 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/ |
D | LegacyFlickerTestFactoryTest.kt | 54 Rotation.ROTATION_0, in checkBuildCustomRotationsTest()
|
/platform_testing/libraries/flicker/utils/src/android/tools/traces/wm/ |
D | WindowManagerPolicy.kt | 39 val rotation: Rotation = Rotation.ROTATION_0, 144 rotation: Rotation = Rotation.ROTATION_0, in from()
|
/platform_testing/libraries/flicker/test/src/android/tools/flicker/junit/ |
D | FlickerServiceDecoratorTest.kt | 208 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/ |
D | ScenarioInstanceTest.kt | 83 startRotation = Rotation.ROTATION_0, in willReportFlickerAssertions() 157 startRotation = Rotation.ROTATION_0, in willReportMainBlockAssertions()
|
/platform_testing/libraries/flicker/utils/test/src/android/tools/parsers/ |
D | WindowManagerStateHelperTest.kt | 369 .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/ |
D | LatencyTests.java | 301 wm.freezeRotation(Surface.ROTATION_0, /* caller= */ "LatencyTests"); in testRotationLatency()
|
/platform_testing/libraries/flicker/utils/src/android/tools/traces/parsers/wm/ |
D | WindowManagerStateBuilder.kt | 203 Rotation.getByValue(proto.displayRotation?.rotation ?: Surface.ROTATION_0), in <lambda>()
|