Home
last modified time | relevance | path

Searched refs:PORTRAIT_ORIENTATION_ACTIVITY (Results 1 – 3 of 3) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/display/
DAppConfigurationTests.java39 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 …]
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java97 public static final ComponentName PORTRAIT_ORIENTATION_ACTIVITY = field in Components
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DPinnedStackTests.java54 import static android.server.wm.app.Components.PORTRAIT_ORIENTATION_ACTIVITY;
320 launchActivity(PORTRAIT_ORIENTATION_ACTIVITY); in testEnterPipToOtherOrientation()