Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DSplitScreenTests.java46 import static android.view.Surface.ROTATION_270;
382 rotationSession.set(ROTATION_270); in testRotationWhenDocked()
452 rotationSession.set(ROTATION_270); in testRotationWhileDockMinimized()
469 for (int rotation = ROTATION_0; rotation <= ROTATION_270; rotation++) { in testMinimizeAndUnminimizeThenGoingHome()
DConfigChangeTests.java31 import static android.view.Surface.ROTATION_270;
161 ROTATION_90 /* before */, ROTATION_270 /* after */); in testRotation180WithCutout()
DAppConfigurationTests.java41 import static android.view.Surface.ROTATION_270;
195 final int[] rotations = { ROTATION_270, ROTATION_180, ROTATION_90, ROTATION_0 }; in rotateAndCheckSizes()
590 final int[] rotations = { ROTATION_270, ROTATION_180, ROTATION_90, ROTATION_0 }; in testAppOrientationWhenRotating()
636 final int[] rotations = { ROTATION_270, ROTATION_180, ROTATION_90, ROTATION_0 }; in testFixedOrientationWhenRotating()
DPinnedStackTests.java126 private static final int ROTATION_270 = 3; field in PinnedStackTests
331 rotationSession.set(ROTATION_270); in testPinnedStackInBoundsAfterRotation()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVCameraPreview.java172 case Surface.ROTATION_270: in getRequiredRotation()
DMotionIndicatorView.java157 mIsDeviceRotated = (rotation == Surface.ROTATION_90 || rotation == Surface.ROTATION_270); in setDeviceRotation()
/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.java173 case Surface.ROTATION_270: in rotate()
/cts/tests/framework/base/windowmanager/src/android/server/wm/lifecycle/
DActivityLifecycleTests.java39 import static android.view.Surface.ROTATION_270;
364 case ROTATION_270: in testRelaunchConfigurationChangedWhileBecomingVisible()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Activities/
DTestActivity.java140 case Surface.ROTATION_270: in lockRotation()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DPhotoCaptureActivity.java566 case Surface.ROTATION_270: degrees = 270; break; in calculateOrientations()
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2MultiViewTestCase.java171 case Surface.ROTATION_270: in updatePreviewDisplayRotation()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
DCameraFormatsActivity.java462 case Surface.ROTATION_270: degrees = 270; break; in setUpCamera()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
DCameraVideoActivity.java852 case Surface.ROTATION_270: degrees = 270; break; in setUpCamera()
/cts/tests/camera/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java2371 if (displayRotation == Surface.ROTATION_90 || displayRotation == Surface.ROTATION_270) { in testCameraOrientationAlignedWithDevice()