Home
last modified time | relevance | path

Searched refs:LANDSCAPE_ORIENTATION_ACTIVITY (Results 1 – 2 of 2) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/display/
DAppConfigurationTests.java32 import static android.server.wm.app.Components.LANDSCAPE_ORIENTATION_ACTIVITY;
369 launchActivity(LANDSCAPE_ORIENTATION_ACTIVITY); in testFullscreenAppOrientationRequests()
371 mWmState.assertVisibility(LANDSCAPE_ORIENTATION_ACTIVITY, true /* visible */); in testFullscreenAppOrientationRequests()
372 reportedSizes = getLastReportedSizesForActivity(LANDSCAPE_ORIENTATION_ACTIVITY); in testFullscreenAppOrientationRequests()
432 launchActivity(LANDSCAPE_ORIENTATION_ACTIVITY, WINDOWING_MODE_FULLSCREEN); in testAppOrientationRequestConfigChanges()
433 mWmState.assertVisibility(LANDSCAPE_ORIENTATION_ACTIVITY, true /* visible */); in testAppOrientationRequestConfigChanges()
438 assertLifecycleCounts(LANDSCAPE_ORIENTATION_ACTIVITY, in testAppOrientationRequestConfigChanges()
448 assertLifecycleCounts(LANDSCAPE_ORIENTATION_ACTIVITY, in testAppOrientationRequestConfigChanges()
464 .setTargetActivity(LANDSCAPE_ORIENTATION_ACTIVITY) in testRotatedInfoWithFixedRotationTransform()
472 getLastReportedSizesForActivity(LANDSCAPE_ORIENTATION_ACTIVITY); in testRotatedInfoWithFixedRotationTransform()
[all …]
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java58 public static final ComponentName LANDSCAPE_ORIENTATION_ACTIVITY = field in Components