Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/
DBaseRenderer.java296 int naturalOrientation = Configuration.ORIENTATION_LANDSCAPE; in getDeviceRotation()
307 naturalOrientation = (configOrientation == Configuration.ORIENTATION_LANDSCAPE) ? in getDeviceRotation()
308 Configuration.ORIENTATION_PORTRAIT : Configuration.ORIENTATION_LANDSCAPE; in getDeviceRotation()
318 if (naturalOrientation == Configuration.ORIENTATION_LANDSCAPE) { in getDeviceRotation()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Activities/
DTestActivity.java131 int naturalOrientation = Configuration.ORIENTATION_LANDSCAPE; in lockRotation()
142 naturalOrientation = (configOrientation == Configuration.ORIENTATION_LANDSCAPE) ? in lockRotation()
143 Configuration.ORIENTATION_PORTRAIT : Configuration.ORIENTATION_LANDSCAPE; in lockRotation()
156 if (naturalOrientation == Configuration.ORIENTATION_LANDSCAPE) { in lockRotation()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DAppConfigurationTests.java25 import static android.content.res.Configuration.ORIENTATION_LANDSCAPE;
339 ORIENTATION_LANDSCAPE, reportedSizes.orientation); in testFullscreenAppOrientationRequests()
428 if (initialOrientation == ORIENTATION_LANDSCAPE) { in testAppOrientationRequestConfigClears()
497 ORIENTATION_LANDSCAPE, appConfigInfo.sizeInfo.orientation); in testRotatedInfoWithFixedRotationTransform()
499 ORIENTATION_LANDSCAPE, globalSizeInfo.orientation); in testRotatedInfoWithFixedRotationTransform()
582 waitForBroadcastActivityReady(ORIENTATION_LANDSCAPE); in testTaskCloseRestoreFreeOrientation()
DCompatChangeTests.java21 import static android.content.res.Configuration.ORIENTATION_LANDSCAPE;
597 ORIENTATION_LANDSCAPE); in runMinAspectRatioTest()
DPinnedStackTests.java152 private static final int ORIENTATION_LANDSCAPE = 0; field in PinnedStackTests
255 extraString(EXTRA_PIP_ORIENTATION, String.valueOf(ORIENTATION_LANDSCAPE))); in testEnterPipToOtherOrientation()
1092 mBroadcastActionTrigger.requestOrientationForPip(ORIENTATION_LANDSCAPE); in testSetRequestedOrientationWhilePinned()
1098 mWmState.waitForLastOrientation(ORIENTATION_LANDSCAPE); in testSetRequestedOrientationWhilePinned()
1104 assertEquals(ORIENTATION_LANDSCAPE, mWmState.getLastOrientation()); in testSetRequestedOrientationWhilePinned()
1106 assertEquals(ORIENTATION_LANDSCAPE, activityTask.mOverrideConfiguration.orientation); in testSetRequestedOrientationWhilePinned()
DKeyguardTests.java377 final int orientation = origDisplayOrientation == Configuration.ORIENTATION_LANDSCAPE in testNoTransientConfigurationWhenShowWhenLockedRequestsOrientation()
384 ? Configuration.ORIENTATION_LANDSCAPE in testNoTransientConfigurationWhenShowWhenLockedRequestsOrientation()
DMultiDisplayTestBase.java20 import static android.content.res.Configuration.ORIENTATION_LANDSCAPE;
297 if (orientation == ORIENTATION_LANDSCAPE) { in changeAspectRatio()
/cts/tests/tests/graphics/src/android/graphics/cts/
DVulkanPreTransformCtsActivity.java63 == Configuration.ORIENTATION_LANDSCAPE) { in setActivityOrientation()
/cts/tests/tests/theme/src/android/theme/cts/
DThemeRebaseTest.java79 newConfig.orientation = Configuration.ORIENTATION_LANDSCAPE; in testConfigChangeAndRebase()
/cts/tests/tests/content/src/android/content/res/cts/
DConfigTest.java381 config.setProperty(Properties.ORIENTATION, Configuration.ORIENTATION_LANDSCAPE); in testAllEmptyConfigs()
613 config.setProperty(Properties.ORIENTATION, Configuration.ORIENTATION_LANDSCAPE); in testAllClassicConfigs()
663 config.setProperty(Properties.ORIENTATION, Configuration.ORIENTATION_LANDSCAPE); in testAllClassicConfigs()
827 config.setProperty(Properties.ORIENTATION, Configuration.ORIENTATION_LANDSCAPE); in testNewScreenSize()
840 config.setProperty(Properties.ORIENTATION, Configuration.ORIENTATION_LANDSCAPE); in testNewScreenSize()
878 config.setProperty(Properties.ORIENTATION, Configuration.ORIENTATION_LANDSCAPE); in testNewScreenSize()
891 config.setProperty(Properties.ORIENTATION, Configuration.ORIENTATION_LANDSCAPE); in testNewScreenSize()
917 config.setProperty(Properties.ORIENTATION, Configuration.ORIENTATION_LANDSCAPE); in testNewScreenSize()
930 config.setProperty(Properties.ORIENTATION, Configuration.ORIENTATION_LANDSCAPE); in testNewScreenSize()
1000 config.setProperty(Properties.ORIENTATION, Configuration.ORIENTATION_LANDSCAPE); in testPrecedence()
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2MultiViewTestCase.java166 config.orientation == Configuration.ORIENTATION_LANDSCAPE) || in updatePreviewDisplayRotation()
169 deviceOrientation = Configuration.ORIENTATION_LANDSCAPE; in updatePreviewDisplayRotation()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/bokeh/
DCameraBokehActivity.java701 if ((degrees % 180 == 0 && config.orientation == Configuration.ORIENTATION_LANDSCAPE) || in configurePreviewTextureTransform()
703 deviceOrientation = Configuration.ORIENTATION_LANDSCAPE; in configurePreviewTextureTransform()
/cts/tests/tests/widget/src/android/widget/cts/
DPopupWindowTest.java1759 if (currentOrientation == Configuration.ORIENTATION_LANDSCAPE && orientations.size() > 1) { in testClipToScreenClipsToInsets()
1997 if (currentOrientation == Configuration.ORIENTATION_LANDSCAPE) { in testFocusAfterOrientation()
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerTest.java659 c2.orientation = Configuration.ORIENTATION_LANDSCAPE; in testGetResources_withConfig()