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