Home
last modified time | relevance | path

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

/cts/tests/tests/theme/src/android/theme/cts/
DThemeRebaseTest.java50 config.orientation = Configuration.ORIENTATION_PORTRAIT; in before()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowInsetsPolicyTest.java22 import static android.content.res.Configuration.ORIENTATION_PORTRAIT;
126 .mFullConfiguration.orientation == ORIENTATION_PORTRAIT; in testForcedConsumedTopInsets()
DAppConfigurationTests.java505 waitForBroadcastActivityReady(Configuration.ORIENTATION_PORTRAIT); in testTaskCloseRestoreFixedOrientation()
550 waitForBroadcastActivityReady(Configuration.ORIENTATION_PORTRAIT); in testTaskCloseRestoreFreeOrientation()
673 waitForBroadcastActivityReady(Configuration.ORIENTATION_PORTRAIT); in testTaskMoveToBackOrientation()
DPinnedStackTests.java131 private static final int ORIENTATION_PORTRAIT = 1; field in PinnedStackTests
340 EXTRA_FIXED_ORIENTATION, String.valueOf(ORIENTATION_PORTRAIT)); in testEnterPipToOtherOrientation()
936 EXTRA_PIP_ORIENTATION, String.valueOf(ORIENTATION_PORTRAIT), in testSetRequestedOrientationWhilePinned()
DKeyguardTests.java377 : Configuration.ORIENTATION_PORTRAIT); in testNoTransientConfigurationWhenShowWhenLockedRequestsOrientation()
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2MultiViewTestCase.java177 int deviceOrientation = Configuration.ORIENTATION_PORTRAIT; in updatePreviewDisplayRotation()
181 config.orientation == Configuration.ORIENTATION_PORTRAIT))) { in updatePreviewDisplayRotation()
188 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/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Activities/
DTestActivity.java143 Configuration.ORIENTATION_PORTRAIT : Configuration.ORIENTATION_LANDSCAPE; in lockRotation()
/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.java229 config.setProperty(Properties.ORIENTATION, Configuration.ORIENTATION_PORTRAIT); in makeClassicConfig()
904 config.setProperty(Properties.ORIENTATION, Configuration.ORIENTATION_PORTRAIT); in testNewScreenSize()
943 config.setProperty(Properties.ORIENTATION, Configuration.ORIENTATION_PORTRAIT); in testNewScreenSize()
/cts/tests/tests/media/src/android/media/cts/
DDecodeAccuracyTestBase.java613 if (orientation == Configuration.ORIENTATION_PORTRAIT) { in rotateOrientation()