Searched refs:PORTRAIT_ORIENTATION_ACTIVITY (Results 1 – 3 of 3) sorted by relevance
39 import static android.server.wm.app.Components.PORTRAIT_ORIENTATION_ACTIVITY;360 launchActivity(PORTRAIT_ORIENTATION_ACTIVITY); in testFullscreenAppOrientationRequests()361 mWmState.assertVisibility(PORTRAIT_ORIENTATION_ACTIVITY, true /* visible */); in testFullscreenAppOrientationRequests()362 SizeInfo reportedSizes = getLastReportedSizesForActivity(PORTRAIT_ORIENTATION_ACTIVITY); in testFullscreenAppOrientationRequests()379 launchActivity(PORTRAIT_ORIENTATION_ACTIVITY); in testFullscreenAppOrientationRequests()380 mWmState.assertVisibility(PORTRAIT_ORIENTATION_ACTIVITY, true /* visible */); in testFullscreenAppOrientationRequests()381 reportedSizes = getLastReportedSizesForActivity(PORTRAIT_ORIENTATION_ACTIVITY); in testFullscreenAppOrientationRequests()392 launchActivity(PORTRAIT_ORIENTATION_ACTIVITY, WINDOWING_MODE_FULLSCREEN); in testTranslucentAppOrientationRequests()394 getLastReportedSizesForActivity(PORTRAIT_ORIENTATION_ACTIVITY); in testTranslucentAppOrientationRequests()425 launchActivity(PORTRAIT_ORIENTATION_ACTIVITY, WINDOWING_MODE_FULLSCREEN); in testAppOrientationRequestConfigChanges()[all …]
97 public static final ComponentName PORTRAIT_ORIENTATION_ACTIVITY = field in Components
54 import static android.server.wm.app.Components.PORTRAIT_ORIENTATION_ACTIVITY;320 launchActivity(PORTRAIT_ORIENTATION_ACTIVITY); in testEnterPipToOtherOrientation()