Home
last modified time | relevance | path

Searched refs:ROTATION_180 (Results 1 – 5 of 5) sorted by relevance

/platform_testing/libraries/flicker/utils/src/android/tools/
DRotation.kt22 ROTATION_180("ROTATION_180", PlatformConsts.ROTATION_180),
DPlatformConsts.kt63 const val ROTATION_180 = 2 constant
/platform_testing/libraries/flicker/utils/src/android/tools/helpers/
DRotationUtils.kt39 Rotation.ROTATION_180 -> in rotateInsets()
81 Rotation.ROTATION_180 -> in rotateBounds()
/platform_testing/libraries/flicker/test/src/android/tools/flicker/legacy/
DLegacyFlickerTestFactoryTest.kt56 Rotation.ROTATION_180, in checkBuildCustomRotationsTest()
/platform_testing/libraries/flicker/utils/src/android/tools/traces/surfaceflinger/
DTransform.kt74 type.isFlagSet(FLIP_V_VAL or FLIP_H_VAL) -> Rotation.ROTATION_180 in getRotation()