Searched refs:PORTRAIT_ORIENTATION_ACTIVITY (Results 1 – 2 of 2) sorted by relevance
34 import static android.server.wm.app.Components.PORTRAIT_ORIENTATION_ACTIVITY;328 launchActivity(PORTRAIT_ORIENTATION_ACTIVITY); in testFullscreenAppOrientationRequests()329 mAmWmState.assertVisibility(PORTRAIT_ORIENTATION_ACTIVITY, true /* visible */); in testFullscreenAppOrientationRequests()330 SizeInfo reportedSizes = getLastReportedSizesForActivity(PORTRAIT_ORIENTATION_ACTIVITY); in testFullscreenAppOrientationRequests()342 launchActivity(PORTRAIT_ORIENTATION_ACTIVITY); in testFullscreenAppOrientationRequests()343 mAmWmState.assertVisibility(PORTRAIT_ORIENTATION_ACTIVITY, true /* visible */); in testFullscreenAppOrientationRequests()344 reportedSizes = getLastReportedSizesForActivity(PORTRAIT_ORIENTATION_ACTIVITY); in testFullscreenAppOrientationRequests()354 launchActivity(PORTRAIT_ORIENTATION_ACTIVITY, WINDOWING_MODE_FULLSCREEN); in testNonfullscreenAppOrientationRequests()356 getLastReportedSizesForActivity(PORTRAIT_ORIENTATION_ACTIVITY); in testNonfullscreenAppOrientationRequests()382 launchActivity(PORTRAIT_ORIENTATION_ACTIVITY, WINDOWING_MODE_FULLSCREEN); in testAppOrientationRequestConfigChanges()[all …]
81 public static final ComponentName PORTRAIT_ORIENTATION_ACTIVITY = field in Components