Searched refs:PORTRAIT_ORIENTATION_ACTIVITY (Results 1 – 3 of 3) sorted by relevance
41 import static android.server.wm.app.Components.PORTRAIT_ORIENTATION_ACTIVITY;370 launchActivity(PORTRAIT_ORIENTATION_ACTIVITY); in testFullscreenAppOrientationRequests()371 mWmState.assertVisibility(PORTRAIT_ORIENTATION_ACTIVITY, true /* visible */); in testFullscreenAppOrientationRequests()372 SizeInfo reportedSizes = getLastReportedSizesForActivity(PORTRAIT_ORIENTATION_ACTIVITY); in testFullscreenAppOrientationRequests()395 mWmState.assertVisibility(PORTRAIT_ORIENTATION_ACTIVITY, true /* visible */); in testFullscreenAppOrientationRequests()396 reportedSizes = getLastReportedSizesForActivity(PORTRAIT_ORIENTATION_ACTIVITY); in testFullscreenAppOrientationRequests()408 launchActivity(PORTRAIT_ORIENTATION_ACTIVITY, WINDOWING_MODE_FULLSCREEN); in testTranslucentAppOrientationRequests()410 getLastReportedSizesForActivity(PORTRAIT_ORIENTATION_ACTIVITY); in testTranslucentAppOrientationRequests()442 launchActivity(PORTRAIT_ORIENTATION_ACTIVITY, WINDOWING_MODE_FULLSCREEN); in testAppOrientationRequestConfigChanges()443 mWmState.assertVisibility(PORTRAIT_ORIENTATION_ACTIVITY, true /* visible */); in testAppOrientationRequestConfigChanges()[all …]
98 public static final ComponentName PORTRAIT_ORIENTATION_ACTIVITY = field in Components
55 import static android.server.wm.app.Components.PORTRAIT_ORIENTATION_ACTIVITY;384 launchActivity(PORTRAIT_ORIENTATION_ACTIVITY); in testEnterPipToOtherOrientation()