Searched refs:ORIENTATION_LANDSCAPE (Results 1 – 5 of 5) 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/tests/tests/content/src/android/content/res/cts/ |
D | ConfigTest.java | 350 config.setProperty(Properties.ORIENTATION, Configuration.ORIENTATION_LANDSCAPE); in testAllEmptyConfigs() 582 config.setProperty(Properties.ORIENTATION, Configuration.ORIENTATION_LANDSCAPE); in testAllClassicConfigs() 632 config.setProperty(Properties.ORIENTATION, Configuration.ORIENTATION_LANDSCAPE); in testAllClassicConfigs() 796 config.setProperty(Properties.ORIENTATION, Configuration.ORIENTATION_LANDSCAPE); in testNewScreenSize() 809 config.setProperty(Properties.ORIENTATION, Configuration.ORIENTATION_LANDSCAPE); in testNewScreenSize() 847 config.setProperty(Properties.ORIENTATION, Configuration.ORIENTATION_LANDSCAPE); in testNewScreenSize() 860 config.setProperty(Properties.ORIENTATION, Configuration.ORIENTATION_LANDSCAPE); in testNewScreenSize() 886 config.setProperty(Properties.ORIENTATION, Configuration.ORIENTATION_LANDSCAPE); in testNewScreenSize() 899 config.setProperty(Properties.ORIENTATION, Configuration.ORIENTATION_LANDSCAPE); in testNewScreenSize() 969 config.setProperty(Properties.ORIENTATION, Configuration.ORIENTATION_LANDSCAPE); in testPrecedence()
|
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/ |
D | Camera2MultiViewTestCase.java | 175 config.orientation == Configuration.ORIENTATION_LANDSCAPE) || in updatePreviewDisplayRotation() 178 deviceOrientation = Configuration.ORIENTATION_LANDSCAPE; in updatePreviewDisplayRotation()
|
/cts/tests/framework/base/activitymanager/src/android/server/am/ |
D | ActivityManagerPinnedStackTests.java | 120 private static final int ORIENTATION_LANDSCAPE = 0; field in ActivityManagerPinnedStackTests 322 EXTRA_PIP_ORIENTATION, String.valueOf(ORIENTATION_LANDSCAPE)); in testEnterPipToOtherOrientation() 995 + String.valueOf(ORIENTATION_LANDSCAPE)); in testSetRequestedOrientationWhilePinned() 1001 assertEquals(ORIENTATION_LANDSCAPE, mAmWmState.getWmState().getLastOrientation()); in testSetRequestedOrientationWhilePinned()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | PopupWindowTest.java | 1325 if (currentOrientation == Configuration.ORIENTATION_LANDSCAPE) { in testClipToScreenClipsToInsets()
|