Searched refs:ORIENTATION_LANDSCAPE (Results 1 – 11 of 11) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/ |
D | BaseRenderer.java | 296 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/ |
D | TestActivity.java | 131 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/ |
D | VulkanPreTransformCtsActivity.java | 62 == Configuration.ORIENTATION_LANDSCAPE) { in setActivityOrientation()
|
/cts/tests/tests/theme/src/android/theme/cts/ |
D | ThemeRebaseTest.java | 79 newConfig.orientation = Configuration.ORIENTATION_LANDSCAPE; in testConfigChangeAndRebase()
|
/cts/tests/tests/preference/src/android/preference/cts/ |
D | TestUtils.java | 159 == Configuration.ORIENTATION_LANDSCAPE; in isLandscape()
|
/cts/tests/tests/content/src/android/content/res/cts/ |
D | ConfigTest.java | 381 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/ |
D | KeyguardTests.java | 369 final int orientation = origDisplayOrientation == Configuration.ORIENTATION_LANDSCAPE in testNoTransientConfigurationWhenShowWhenLockedRequestsOrientation() 376 ? Configuration.ORIENTATION_LANDSCAPE in testNoTransientConfigurationWhenShowWhenLockedRequestsOrientation()
|
D | PinnedStackTests.java | 129 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()
|
D | AppConfigurationTests.java | 533 waitForBroadcastActivityReady(Configuration.ORIENTATION_LANDSCAPE); in testTaskCloseRestoreFreeOrientation()
|
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/ |
D | Camera2MultiViewTestCase.java | 179 config.orientation == Configuration.ORIENTATION_LANDSCAPE) || in updatePreviewDisplayRotation() 182 deviceOrientation = Configuration.ORIENTATION_LANDSCAPE; in updatePreviewDisplayRotation()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | PopupWindowTest.java | 1704 if (currentOrientation == Configuration.ORIENTATION_LANDSCAPE) { in testClipToScreenClipsToInsets()
|