Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DConfigChangeTests.java31 import static android.view.Surface.ROTATION_180;
128 rotationSession, ROTATION_0 /* before */, ROTATION_180 /* after */, in testRotation180WithCutout()
DAppConfigurationTests.java44 import static android.view.Surface.ROTATION_180;
216 final int[] rotations = { ROTATION_270, ROTATION_180, ROTATION_90, ROTATION_0 }; in rotateAndCheckSizes()
644 final int[] rotations = { ROTATION_270, ROTATION_180, ROTATION_90, ROTATION_0 }; in testAppOrientationWhenRotating()
723 final int[] rotations = {ROTATION_270, ROTATION_180, ROTATION_90, ROTATION_0}; in assertDisplayContextDoesntChangeOrientationWhenRotating()
769 final int[] rotations = { ROTATION_270, ROTATION_180, ROTATION_90, ROTATION_0 }; in testFixedOrientationWhenRotating()
DPinnedStackTests.java148 private static final int ROTATION_180 = 2; field in PinnedStackTests
242 rotationSession.set(ROTATION_180); in testPinnedStackInBoundsAfterRotation()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVCameraPreview.java169 case Surface.ROTATION_180: in getRequiredRotation()
DRVCVRecordActivity.java236 if (mDeviceRotation != Surface.ROTATION_0 && mDeviceRotation != Surface.ROTATION_180) { in switchAxis()
/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.java169 case Surface.ROTATION_180: in rotate()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Activities/
DTestActivity.java135 case Surface.ROTATION_180: in lockRotation()
/cts/tests/framework/base/windowmanager/src/android/server/wm/lifecycle/
DActivityLifecycleTests.java47 import static android.view.Surface.ROTATION_180;
505 case ROTATION_180: in testRelaunchConfigurationChangedWhileBecomingVisible()
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2MultiViewTestCase.java155 case Surface.ROTATION_180: in updatePreviewDisplayRotation()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DPhotoCaptureActivity.java570 case Surface.ROTATION_180: degrees = 180; break; in calculateOrientations()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
DCameraFormatsActivity.java461 case Surface.ROTATION_180: degrees = 180; break; in setUpCamera()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/bokeh/
DCameraBokehActivity.java696 case Surface.ROTATION_180: degrees = 180; break; in configurePreviewTextureTransform()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
DCameraVideoActivity.java858 case Surface.ROTATION_180: degrees = 180; break; in setUpCamera()