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.java31 import static android.server.wm.app.Components.LANDSCAPE_ORIENTATION_ACTIVITY;
335 launchActivity(LANDSCAPE_ORIENTATION_ACTIVITY); in testFullscreenAppOrientationRequests()
336 mAmWmState.assertVisibility(LANDSCAPE_ORIENTATION_ACTIVITY, true /* visible */); in testFullscreenAppOrientationRequests()
337 reportedSizes = getLastReportedSizesForActivity(LANDSCAPE_ORIENTATION_ACTIVITY); in testFullscreenAppOrientationRequests()
389 launchActivity(LANDSCAPE_ORIENTATION_ACTIVITY, WINDOWING_MODE_FULLSCREEN); in testAppOrientationRequestConfigChanges()
390 mAmWmState.assertVisibility(LANDSCAPE_ORIENTATION_ACTIVITY, true /* visible */); in testAppOrientationRequestConfigChanges()
395 assertLifecycleCounts(LANDSCAPE_ORIENTATION_ACTIVITY, in testAppOrientationRequestConfigChanges()
405 assertLifecycleCounts(LANDSCAPE_ORIENTATION_ACTIVITY, in testAppOrientationRequestConfigChanges()
438 ? PORTRAIT_ORIENTATION_ACTIVITY : LANDSCAPE_ORIENTATION_ACTIVITY; in testAppOrientationRequestConfigClears()
497 launchActivity(LANDSCAPE_ORIENTATION_ACTIVITY); in testTaskCloseRestoreFixedOrientation()
[all …]
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java54 public static final ComponentName LANDSCAPE_ORIENTATION_ACTIVITY = field in Components