Searched refs:LANDSCAPE_ORIENTATION_ACTIVITY (Results 1 – 2 of 2) sorted by relevance
32 import static android.server.wm.app.Components.LANDSCAPE_ORIENTATION_ACTIVITY;341 launchActivity(LANDSCAPE_ORIENTATION_ACTIVITY); in testFullscreenAppOrientationRequests()342 mWmState.assertVisibility(LANDSCAPE_ORIENTATION_ACTIVITY, true /* visible */); in testFullscreenAppOrientationRequests()343 reportedSizes = getLastReportedSizesForActivity(LANDSCAPE_ORIENTATION_ACTIVITY); in testFullscreenAppOrientationRequests()398 launchActivity(LANDSCAPE_ORIENTATION_ACTIVITY, WINDOWING_MODE_FULLSCREEN); in testAppOrientationRequestConfigChanges()399 mWmState.assertVisibility(LANDSCAPE_ORIENTATION_ACTIVITY, true /* visible */); in testAppOrientationRequestConfigChanges()404 assertLifecycleCounts(LANDSCAPE_ORIENTATION_ACTIVITY, in testAppOrientationRequestConfigChanges()414 assertLifecycleCounts(LANDSCAPE_ORIENTATION_ACTIVITY, in testAppOrientationRequestConfigChanges()447 ? PORTRAIT_ORIENTATION_ACTIVITY : LANDSCAPE_ORIENTATION_ACTIVITY; in testAppOrientationRequestConfigClears()476 .setTargetActivity(LANDSCAPE_ORIENTATION_ACTIVITY) in testRotatedInfoWithFixedRotationTransform()[all …]
58 public static final ComponentName LANDSCAPE_ORIENTATION_ACTIVITY = field in Components