Home
last modified time | relevance | path

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

/cts/tests/framework/base/activitymanager/src/android/server/am/
DActivityAndWindowManagerOverrideConfigTests.java25 import static android.view.Surface.ROTATION_180;
91 rotationSession.set(ROTATION_180); in testReceiveOverrideConfigFromRelayout()
DActivityManagerAppConfigurationTests.java45 import static android.view.Surface.ROTATION_180;
212 final int[] rotations = { ROTATION_270, ROTATION_180, ROTATION_90, ROTATION_0 }; in rotateAndCheckSizes()
613 final int[] rotations = { ROTATION_270, ROTATION_180, ROTATION_90, ROTATION_0 }; in testAppOrientationWhenRotating()
660 final int[] rotations = { ROTATION_270, ROTATION_180, ROTATION_90, ROTATION_0 }; in testFixedOrientationWhenRotating()
DActivityManagerSplitScreenTests.java42 import static android.view.Surface.ROTATION_180;
389 rotationSession.set(ROTATION_180); in testRotationWhenDocked()
459 rotationSession.set(ROTATION_180); in testRotationWhileDockMinimized()
DActivityManagerPinnedStackTests.java116 private static final int ROTATION_180 = 2; field in ActivityManagerPinnedStackTests
306 rotationSession.set(ROTATION_180); in testPinnedStackInBoundsAfterRotation()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/
DBaseRenderer.java300 case Surface.ROTATION_180: in getDeviceRotation()
/cts/tests/tests/view/src/android/view/animation/cts/
DAnimatorInflaterTest.java168 case Surface.ROTATION_180: in rotate()
/cts/tests/framework/base/activitymanager/src/android/server/am/lifecycle/
DActivityLifecycleTests.java22 import static android.view.Surface.ROTATION_180;
159 case ROTATION_180: in testRelaunchConfigurationChangedWhileBecomingVisible()
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2MultiViewTestCase.java164 case Surface.ROTATION_180: in updatePreviewDisplayRotation()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DPhotoCaptureActivity.java556 case Surface.ROTATION_180: degrees = 180; break; in calculateOrientations()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
DCameraFormatsActivity.java400 case Surface.ROTATION_180: degrees = 180; break; in setUpCamera()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
DCameraVideoActivity.java762 case Surface.ROTATION_180: degrees = 180; break; in setUpCamera()