Home
last modified time | relevance | path

Searched refs:ROTATION_90 (Results 1 – 17 of 17) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DAppConfigurationTests.java42 import static android.view.Surface.ROTATION_90;
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()
695 ROTATION_90 /* portrait */, LANDSCAPE_ORIENTATION_ACTIVITY); in testSplitscreenPortraitAppOrientationRequests()
DConfigChangeTests.java32 import static android.view.Surface.ROTATION_90;
161 ROTATION_90 /* before */, ROTATION_270 /* after */); in testRotation180WithCutout()
DWindowInsetsPolicyTest.java27 import static android.view.Surface.ROTATION_90;
129 rotationSession.set(naturalOrientationPortrait ? ROTATION_90 : ROTATION_0); in testForcedConsumedTopInsets()
DSplitScreenTests.java47 import static android.view.Surface.ROTATION_90;
380 rotationSession.set(ROTATION_90); in testRotationWhenDocked()
450 rotationSession.set(ROTATION_90); in testRotationWhileDockMinimized()
DKeyguardTests.java46 import static android.view.Surface.ROTATION_90;
545 rotationSession.set(ROTATION_90); in testUnoccludeRotationChange()
DPinnedStackTests.java124 private static final int ROTATION_90 = 1; field in PinnedStackTests
229 rotationSession.set(ROTATION_90); in testPinnedStackDefaultBounds()
267 rotationSession.set(ROTATION_90); in testPinnedStackMovementBounds()
327 rotationSession.set(ROTATION_90); in testPinnedStackInBoundsAfterRotation()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVCameraPreview.java166 case Surface.ROTATION_90: in getRequiredRotation()
DMotionIndicatorView.java157 mIsDeviceRotated = (rotation == Surface.ROTATION_90 || rotation == Surface.ROTATION_270); in setDeviceRotation()
/cts/tests/framework/base/windowmanager/src/android/server/wm/lifecycle/
DActivityLifecycleTests.java40 import static android.view.Surface.ROTATION_90;
361 rotationSession.set(ROTATION_90); in testRelaunchConfigurationChangedWhileBecomingVisible()
363 case ROTATION_90: in testRelaunchConfigurationChangedWhileBecomingVisible()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/
DBaseRenderer.java304 case Surface.ROTATION_90: in getDeviceRotation()
/cts/tests/tests/view/src/android/view/animation/cts/
DAnimatorInflaterTest.java172 case Surface.ROTATION_90: in rotate()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Activities/
DTestActivity.java139 case Surface.ROTATION_90: in lockRotation()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DPhotoCaptureActivity.java564 case Surface.ROTATION_90: degrees = 90; break; in calculateOrientations()
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2MultiViewTestCase.java165 case Surface.ROTATION_90: in updatePreviewDisplayRotation()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
DCameraFormatsActivity.java460 case Surface.ROTATION_90: degrees = 90; break; in setUpCamera()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
DCameraVideoActivity.java850 case Surface.ROTATION_90: degrees = 90; break; in setUpCamera()
/cts/tests/camera/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java2371 if (displayRotation == Surface.ROTATION_90 || displayRotation == Surface.ROTATION_270) { in testCameraOrientationAlignedWithDevice()