Home
last modified time | relevance | path

Searched refs:supportsRotation (Results 1 – 8 of 8) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DConfigChangeTests.java87 assumeTrue("Skipping test: no rotation support", supportsRotation()); in testRotation90Relaunch()
95 assumeTrue("Skipping test: no rotation support", supportsRotation()); in testRotation90NoRelaunch()
103 assumeTrue("Skipping test: no rotation support", supportsRotation()); in testRotation180_RegularActivity()
113 assumeTrue("Skipping test: no rotation support", supportsRotation()); in testRotation180_NoRelaunchActivity()
124 assumeTrue("Skipping test: no rotation support", supportsRotation()); in testRotation180RelaunchWithCutout()
133 assumeTrue("Skipping test: no rotation support", supportsRotation()); in testRotation180NoRelaunchWithCutout()
146 assumeTrue("Skipping test: no rotation support", supportsRotation()); in testConfigChangeWhenRotatingWithCutout()
DAppConfigurationTests.java127 assumeTrue("Skipping test: no rotation support", supportsRotation()); in testConfigurationUpdatesWhenRotatingWhileFullscreen()
325 assumeTrue("Skipping test: no rotation support", supportsRotation()); in testFullscreenAppOrientationRequests()
351 assumeTrue("Skipping test: no rotation support", supportsRotation()); in testNonfullscreenAppOrientationRequests()
379 assumeTrue("Skipping test: no rotation support", supportsRotation()); in testAppOrientationRequestConfigChanges()
416 assumeTrue("Skipping test: no rotation support", supportsRotation()); in testAppOrientationRequestConfigClears()
470 if(!supportsRotation()) { in testNonFullscreenActivityPermitted()
491 assumeTrue("Skipping test: no rotation support", supportsRotation()); in testTaskCloseRestoreFixedOrientation()
521 assumeTrue("Skipping test: no rotation support", supportsRotation()); in testTaskCloseRestoreFreeOrientation()
570 assumeTrue("Skipping test: no rotation support", supportsRotation()); in testAppOrientationWhenRotating()
615 assumeTrue("Skipping test: no rotation support", supportsRotation()); in testFixedOrientationWhenRotating()
[all …]
/cts/tests/app/src/android/app/cts/
DDisplayTest.java25 import static com.android.compatibility.common.util.PackageUtil.supportsRotation;
52 if (!supportsRotation()) { in testRotation()
/cts/tests/tests/dpi/src/android/dpi/cts/
DConfigurationScreenLayoutTest.java47 if (!supportsRotation()) { in testScreenLayout()
168 private boolean supportsRotation() { in supportsRotation() method in ConfigurationScreenLayoutTest
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DPackageUtil.java128 public static boolean supportsRotation() { in supportsRotation() method in PackageUtil
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DPackageUtil.java142 public static boolean supportsRotation() { in supportsRotation() method in PackageUtil
/cts/tests/framework/base/windowmanager/src/android/server/wm/lifecycle/
DActivityLifecycleTests.java332 if (!supportsRotation()) { in testRelaunchConfigurationChangedWhileBecomingVisible()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerTestBase.java896 protected boolean supportsRotation() { in supportsRotation() method in ActivityManagerTestBase