Home
last modified time | relevance | path

Searched refs:ROTATION_270 (Results 1 – 10 of 10) sorted by relevance

/cts/tests/framework/base/activitymanager/src/android/server/am/
DActivityManagerSplitScreenTests.java43 import static android.view.Surface.ROTATION_270;
385 rotationSession.set(ROTATION_270); in testRotationWhenDocked()
455 rotationSession.set(ROTATION_270); in testRotationWhileDockMinimized()
471 for (int rotation = ROTATION_0; rotation <= ROTATION_270; rotation++) { in testMinimizeAndUnminimizeThenGoingHome()
DActivityManagerAppConfigurationTests.java46 import static android.view.Surface.ROTATION_270;
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()
DActivityManagerPinnedStackTests.java117 private static final int ROTATION_270 = 3; field in ActivityManagerPinnedStackTests
308 rotationSession.set(ROTATION_270); in testPinnedStackInBoundsAfterRotation()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/
DBaseRenderer.java305 case Surface.ROTATION_270: in getDeviceRotation()
/cts/tests/tests/view/src/android/view/animation/cts/
DAnimatorInflaterTest.java172 case Surface.ROTATION_270: in rotate()
/cts/tests/framework/base/activitymanager/src/android/server/am/lifecycle/
DActivityLifecycleTests.java23 import static android.view.Surface.ROTATION_270;
163 case ROTATION_270: in testRelaunchConfigurationChangedWhileBecomingVisible()
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2MultiViewTestCase.java167 case Surface.ROTATION_270: in updatePreviewDisplayRotation()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DPhotoCaptureActivity.java557 case Surface.ROTATION_270: degrees = 270; break; in calculateOrientations()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
DCameraFormatsActivity.java401 case Surface.ROTATION_270: degrees = 270; break; in setUpCamera()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
DCameraVideoActivity.java763 case Surface.ROTATION_270: degrees = 270; break; in setUpCamera()