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/
DAppConfigurationTests.java32 import static android.server.wm.app.Components.LANDSCAPE_ORIENTATION_ACTIVITY;
335 launchActivity(LANDSCAPE_ORIENTATION_ACTIVITY); in testFullscreenAppOrientationRequests()
336 mWmState.assertVisibility(LANDSCAPE_ORIENTATION_ACTIVITY, true /* visible */); in testFullscreenAppOrientationRequests()
337 reportedSizes = getLastReportedSizesForActivity(LANDSCAPE_ORIENTATION_ACTIVITY); in testFullscreenAppOrientationRequests()
388 launchActivity(LANDSCAPE_ORIENTATION_ACTIVITY, WINDOWING_MODE_FULLSCREEN); in testAppOrientationRequestConfigChanges()
389 mWmState.assertVisibility(LANDSCAPE_ORIENTATION_ACTIVITY, true /* visible */); in testAppOrientationRequestConfigChanges()
394 assertLifecycleCounts(LANDSCAPE_ORIENTATION_ACTIVITY, in testAppOrientationRequestConfigChanges()
404 assertLifecycleCounts(LANDSCAPE_ORIENTATION_ACTIVITY, in testAppOrientationRequestConfigChanges()
437 ? PORTRAIT_ORIENTATION_ACTIVITY : LANDSCAPE_ORIENTATION_ACTIVITY; in testAppOrientationRequestConfigClears()
466 .setTargetActivity(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