Home
last modified time | relevance | path

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

12

/cts/tests/rotationresolverservice/src/android/rotationresolverservice/cts/
DCtsRotationResolverServiceDeviceTest.java19 import static android.view.Surface.ROTATION_90;
136 ROTATION_0, ROTATION_90, FAKE_SHOULD_USE_CAMERA, FAKE_TIME_OUT); in testRotationResolutionRequest_ConstructorSetsValues()
141 assertThat(request.getProposedRotation()).isEqualTo(ROTATION_90); in testRotationResolutionRequest_ConstructorSetsValues()
/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DRoundedCornerTests.java32 import static android.view.Surface.ROTATION_90;
178 return ROTATION_90; in getRotation()
190 return ROTATION_90; in getRotation()
DWindowInsetsPolicyTest.java23 import static android.view.Surface.ROTATION_90;
143 ? ROTATION_90 : ROTATION_0); in testForcedConsumedTopInsets()
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/display/
DDisplay.kt83 Surface.ROTATION_90 -> DisplayProperties.ScreenOrientation.LANDSCAPE in display()
/cts/tests/framework/base/windowmanager/src/android/server/wm/display/
DAppConfigurationTests.java46 import static android.view.Surface.ROTATION_90;
218 final int[] rotations = { ROTATION_270, ROTATION_180, ROTATION_90, ROTATION_0 }; in rotateAndCheckSizes()
637 final int[] rotations = { ROTATION_270, ROTATION_180, ROTATION_90, ROTATION_0 }; in testAppOrientationWhenRotating()
716 final int[] rotations = {ROTATION_270, ROTATION_180, ROTATION_90, ROTATION_0}; in assertDisplayContextDoesntChangeOrientationWhenRotating()
767 final int[] rotations = { ROTATION_0, ROTATION_270, ROTATION_180, ROTATION_90 }; in testFixedOrientationWhenRotating()
841 isDisplayPortrait() ? ROTATION_0 : ROTATION_90, LANDSCAPE_ORIENTATION_ACTIVITY); in testSplitscreenPortraitAppOrientationRequests()
850 isDisplayPortrait() ? ROTATION_90 : ROTATION_0, PORTRAIT_ORIENTATION_ACTIVITY); in testSplitscreenLandscapeAppOrientationRequests()
DCompatChangeTests.java67 import static android.view.Surface.ROTATION_90;
297 ROTATION_90, () -> mWmState.getRotation()); in testOverrideUseDisplayLandscapeNaturalOrientation_propertyIsFalse_overrideNotApplied()
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/embedding/
DActivityEmbeddingPolicyTests.java33 import static android.view.Surface.ROTATION_90;
228 final int[] rotations = { ROTATION_0, ROTATION_90 }; in testIgnoreOrientationRequestForActivityEmbeddingSplits()
/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/
DDockConfigChangeTests.java152 return Surface.ROTATION_90; in rotationDegreesToConst()
DConfigChangeTests.java34 import static android.view.Surface.ROTATION_90;
141 rotationSession, ROTATION_90 /* before */, ROTATION_270 /* after */, in testRotation180WithCutout()
/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/input/src/android/input/cts/
DVirtualDisplayActivityScenarioRule.kt57 const val ORIENTATION_90 = Surface.ROTATION_90
/cts/libs/input/src/com/android/cts/input/
DUinputTouchDevice.kt34 Surface.ROTATION_90 -> Point(display.mode.physicalWidth - 1 - y, x) in rotateFromScreenToTouchDeviceSpace()
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DDreamManagerServiceTests.java195 rotationSession.set(Surface.ROTATION_90); in testDreamNotFinishAfterRotation()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/
DBaseRenderer.java304 case Surface.ROTATION_90: in getDeviceRotation()
/cts/tests/framework/base/windowmanager/src/android/server/wm/keyguard/
DKeyguardTests.java44 import static android.view.Surface.ROTATION_90;
718 rotationSession.set(ROTATION_90); in testUnoccludedRotationChange()
/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/lifecycle/
DActivityLifecycleTests.java74 import static android.view.Surface.ROTATION_90;
540 rotationSession.set(ROTATION_90); in testRelaunchConfigurationChangedWhileBecomingVisible()
542 case ROTATION_90: in testRelaunchConfigurationChangedWhileBecomingVisible()
/cts/tests/tests/view/src/android/view/animation/cts/
DAnimatorInflaterTest.java188 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/tests/tests/hardware/src/android/hardware/input/cts/tests/
DVirtualDeviceMirrorDisplayTest.java92 if (rotation == Surface.ROTATION_90 || rotation == Surface.ROTATION_270) { in onSetUp()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/orientation/
DCameraOrientationActivity.java299 case Surface.ROTATION_90: degrees += 90; break; in startPreview()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DPhotoCaptureActivity.java609 case Surface.ROTATION_90: displayRotationDegrees = 90; break; in getDisplayRotation()
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2MultiViewTestCase.java163 case Surface.ROTATION_90: in updatePreviewDisplayRotation()
/cts/tests/tests/display/src/android/display/cts/
DVirtualDisplayTest.java559 return Surface.ROTATION_90; in getExpectedPortraitRotation()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
DCameraFormatsActivity.java460 case Surface.ROTATION_90: degrees = 90; break; in setUpCamera()

12