Searched refs:ROTATION_0 (Results 1 – 12 of 12) sorted by relevance
/cts/tests/framework/base/activitymanager/src/android/server/am/ |
D | ActivityAndWindowManagerOverrideConfigTests.java | 24 import static android.view.Surface.ROTATION_0; 81 rotationSession.set(ROTATION_0); in testReceiveOverrideConfigFromRelayout()
|
D | ActivityManagerAppConfigurationTests.java | 44 import static android.view.Surface.ROTATION_0; 148 rotationSession.set(ROTATION_0); in testConfigurationUpdatesWhenRotatingWhileFullscreen() 170 rotationSession.set(ROTATION_0); in testConfigurationUpdatesWhenRotatingWhileDocked() 197 rotationSession.set(ROTATION_0); in testConfigurationUpdatesWhenRotatingToSideFromDocked() 212 final int[] rotations = { ROTATION_270, ROTATION_180, ROTATION_90, ROTATION_0 }; in rotateAndCheckSizes() 503 rotationSession.set(ROTATION_0); in testNonFullscreenActivityPermitted() 608 rotationSession.set(ROTATION_0); in testAppOrientationWhenRotating() 613 final int[] rotations = { ROTATION_270, ROTATION_180, ROTATION_90, ROTATION_0 }; in testAppOrientationWhenRotating() 658 rotationSession.set(ROTATION_0); in testFixedOrientationWhenRotating() 660 final int[] rotations = { ROTATION_270, ROTATION_180, ROTATION_90, ROTATION_0 }; in testFixedOrientationWhenRotating() [all …]
|
D | ActivityManagerSplitScreenTests.java | 41 import static android.view.Surface.ROTATION_0; 387 rotationSession.set(ROTATION_0); in testRotationWhenDocked() 391 rotationSession.set(ROTATION_0); in testRotationWhenDocked() 457 rotationSession.set(ROTATION_0); in testRotationWhileDockMinimized() 461 rotationSession.set(ROTATION_0); in testRotationWhileDockMinimized() 471 for (int rotation = ROTATION_0; rotation <= ROTATION_270; rotation++) { in testMinimizeAndUnminimizeThenGoingHome()
|
D | ActivityManagerPinnedStackTests.java | 114 private static final int ROTATION_0 = 0; field in ActivityManagerPinnedStackTests 209 rotationSession.set(ROTATION_0); in testPinnedStackDefaultBounds() 238 rotationSession.set(ROTATION_0); in testPinnedStackMovementBounds() 302 rotationSession.set(ROTATION_0); in testPinnedStackInBoundsAfterRotation()
|
/cts/tests/framework/base/activitymanager/src/android/server/am/lifecycle/ |
D | ActivityLifecycleTests.java | 21 import static android.view.Surface.ROTATION_0; 158 case ROTATION_0: in testRelaunchConfigurationChangedWhileBecomingVisible() 164 rotationSession.set(ROTATION_0); in testRelaunchConfigurationChangedWhileBecomingVisible()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/ |
D | BaseRenderer.java | 299 case Surface.ROTATION_0: in getDeviceRotation()
|
/cts/tests/tests/view/src/android/view/animation/cts/ |
D | AnimatorInflaterTest.java | 167 case Surface.ROTATION_0: in rotate()
|
/cts/tests/tests/display/src/android/display/cts/ |
D | VirtualDisplayTest.java | 208 Surface.ROTATION_0, display.getRotation()); in assertDisplayRegistered()
|
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/ |
D | Camera2MultiViewTestCase.java | 158 case Surface.ROTATION_0: in updatePreviewDisplayRotation()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/ |
D | PhotoCaptureActivity.java | 554 case Surface.ROTATION_0: degrees = 0; break; in calculateOrientations()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/ |
D | CameraFormatsActivity.java | 398 case Surface.ROTATION_0: degrees = 0; break; in setUpCamera()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/ |
D | CameraVideoActivity.java | 760 case Surface.ROTATION_0: degrees = 0; break; in setUpCamera()
|