Home
last modified time | relevance | path

Searched refs:ORIENTATION_PORTRAIT (Results 1 – 6 of 6) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2MultiViewTestCase.java173 int deviceOrientation = Configuration.ORIENTATION_PORTRAIT; in updatePreviewDisplayRotation()
177 config.orientation == Configuration.ORIENTATION_PORTRAIT))) { in updatePreviewDisplayRotation()
184 if (deviceOrientation == Configuration.ORIENTATION_PORTRAIT) { in updatePreviewDisplayRotation()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/
DBaseRenderer.java308 Configuration.ORIENTATION_PORTRAIT : Configuration.ORIENTATION_LANDSCAPE; in getDeviceRotation()
/cts/tests/framework/base/activitymanager/src/android/server/am/
DActivityManagerPinnedStackTests.java122 private static final int ORIENTATION_PORTRAIT = 1; field in ActivityManagerPinnedStackTests
319 EXTRA_FIXED_ORIENTATION, String.valueOf(ORIENTATION_PORTRAIT)); in testEnterPipToOtherOrientation()
986 EXTRA_PIP_ORIENTATION, String.valueOf(ORIENTATION_PORTRAIT), in testSetRequestedOrientationWhilePinned()
/cts/tests/tests/content/src/android/content/res/cts/
DConfigurationTest.java50 mConfig.orientation = Configuration.ORIENTATION_PORTRAIT; in makeConfiguration()
730 config.orientation = Configuration.ORIENTATION_PORTRAIT; in createConfig()
DConfigTest.java210 config.setProperty(Properties.ORIENTATION, Configuration.ORIENTATION_PORTRAIT); in makeClassicConfig()
873 config.setProperty(Properties.ORIENTATION, Configuration.ORIENTATION_PORTRAIT); in testNewScreenSize()
912 config.setProperty(Properties.ORIENTATION, Configuration.ORIENTATION_PORTRAIT); in testNewScreenSize()
/cts/tests/tests/media/src/android/media/cts/
DDecodeAccuracyTestBase.java616 if (orientation == Configuration.ORIENTATION_PORTRAIT) { in rotateOrientation()