Home
last modified time | relevance | path

Searched refs:ORIENTATION_LANDSCAPE (Results 1 – 11 of 11) 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/tests/graphics/src/android/graphics/cts/
DVulkanPreTransformCtsActivity.java62 == 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/preference/src/android/preference/cts/
DTestUtils.java159 == Configuration.ORIENTATION_LANDSCAPE; in isLandscape()
/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/framework/base/windowmanager/src/android/server/wm/
DKeyguardTests.java369 final int orientation = origDisplayOrientation == Configuration.ORIENTATION_LANDSCAPE in testNoTransientConfigurationWhenShowWhenLockedRequestsOrientation()
376 ? Configuration.ORIENTATION_LANDSCAPE in testNoTransientConfigurationWhenShowWhenLockedRequestsOrientation()
DPinnedStackTests.java129 private static final int ORIENTATION_LANDSCAPE = 0; field in PinnedStackTests
343 EXTRA_PIP_ORIENTATION, String.valueOf(ORIENTATION_LANDSCAPE)); in testEnterPipToOtherOrientation()
942 mBroadcastActionTrigger.requestOrientationForPip(ORIENTATION_LANDSCAPE); in testSetRequestedOrientationWhilePinned()
948 assertEquals(ORIENTATION_LANDSCAPE, mAmWmState.getWmState().getLastOrientation()); in testSetRequestedOrientationWhilePinned()
DAppConfigurationTests.java533 waitForBroadcastActivityReady(Configuration.ORIENTATION_LANDSCAPE); in testTaskCloseRestoreFreeOrientation()
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2MultiViewTestCase.java179 config.orientation == Configuration.ORIENTATION_LANDSCAPE) || in updatePreviewDisplayRotation()
182 deviceOrientation = Configuration.ORIENTATION_LANDSCAPE; in updatePreviewDisplayRotation()
/cts/tests/tests/widget/src/android/widget/cts/
DPopupWindowTest.java1704 if (currentOrientation == Configuration.ORIENTATION_LANDSCAPE) { in testClipToScreenClipsToInsets()