Searched refs:RESIZEABLE_ACTIVITY (Results 1 – 6 of 6) sorted by relevance
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | MultiDisplayPolicyTests.java | 32 import static android.server.wm.app.Components.RESIZEABLE_ACTIVITY; 92 launchActivityOnDisplay(RESIZEABLE_ACTIVITY, newDisplay.mId); in testContentDestroyOnDisplayRemoved() 93 waitAndAssertActivityStateOnDisplay(RESIZEABLE_ACTIVITY, STATE_RESUMED, newDisplay.mId, in testContentDestroyOnDisplayRemoved() 101 mWmState.waitForActivityRemoved(RESIZEABLE_ACTIVITY); in testContentDestroyOnDisplayRemoved() 107 mWmState.containsActivity(RESIZEABLE_ACTIVITY)); in testContentDestroyOnDisplayRemoved() 112 mWmState.containsWindow(getWindowName(RESIZEABLE_ACTIVITY))); in testContentDestroyOnDisplayRemoved() 115 assertActivityDestroyed(RESIZEABLE_ACTIVITY); in testContentDestroyOnDisplayRemoved() 153 launchActivityOnDisplay(RESIZEABLE_ACTIVITY, WINDOWING_MODE_FULLSCREEN, newDisplay.mId); in testDisplayResize() 154 waitAndAssertActivityStateOnDisplay(RESIZEABLE_ACTIVITY, STATE_RESUMED, newDisplay.mId, in testDisplayResize() 158 final SizeInfo initialSize = getLastReportedSizesForActivity(RESIZEABLE_ACTIVITY); in testDisplayResize() [all …]
|
D | AppConfigurationTests.java | 40 import static android.server.wm.app.Components.RESIZEABLE_ACTIVITY; 103 launchActivity(RESIZEABLE_ACTIVITY, WINDOWING_MODE_FULLSCREEN); in testConfigurationUpdatesWhenResizedFromFullscreen() 104 final SizeInfo fullscreenSizes = getLastReportedSizesForActivity(RESIZEABLE_ACTIVITY); in testConfigurationUpdatesWhenResizedFromFullscreen() 107 putActivityInPrimarySplit(RESIZEABLE_ACTIVITY); in testConfigurationUpdatesWhenResizedFromFullscreen() 108 final SizeInfo dockedSizes = getLastReportedSizesForActivity(RESIZEABLE_ACTIVITY); in testConfigurationUpdatesWhenResizedFromFullscreen() 123 getLaunchActivityBuilder().setTargetActivity(RESIZEABLE_ACTIVITY) in testConfigurationUpdatesWhenResizedFromDockedStack() 128 final SizeInfo dockedSizes = getLastReportedSizesForActivity(RESIZEABLE_ACTIVITY); in testConfigurationUpdatesWhenResizedFromDockedStack() 132 final SizeInfo fullscreenSizes = getLastReportedSizesForActivity(RESIZEABLE_ACTIVITY); in testConfigurationUpdatesWhenResizedFromDockedStack() 151 .setTargetActivity(RESIZEABLE_ACTIVITY) in testConfigurationUpdatesWhenRotatingWhileFullscreen() 153 final SizeInfo initialSizes = getLastReportedSizesForActivity(RESIZEABLE_ACTIVITY); in testConfigurationUpdatesWhenRotatingWhileFullscreen() [all …]
|
D | MultiDisplayActivityLaunchTests.java | 46 import static android.server.wm.app.Components.RESIZEABLE_ACTIVITY; 215 launchActivity(RESIZEABLE_ACTIVITY); in testLaunchExternalDisplayActivityWhilePrimaryOff() 216 waitAndAssertTopResumedActivity(RESIZEABLE_ACTIVITY, DEFAULT_DISPLAY, in testLaunchExternalDisplayActivityWhilePrimaryOff() 225 waitAndAssertActivityState(RESIZEABLE_ACTIVITY, STATE_STOPPED, in testLaunchExternalDisplayActivityWhilePrimaryOff() 239 RESIZEABLE_ACTIVITY, DEFAULT_DISPLAY); in testLaunchExternalDisplayActivityWhilePrimaryOff() 287 virtualLauncher.launchActivityOnDisplay(RESIZEABLE_ACTIVITY, newDisplay); in testMoveNonResizeableActivityToSecondaryDisplay() 610 launchActivityOnDisplay(RESIZEABLE_ACTIVITY, newDisplay.mId); in testMoveToDisplayOnLaunch() 611 mWmState.assertVisibility(RESIZEABLE_ACTIVITY, true /* visible */); in testMoveToDisplayOnLaunch() 652 launchActivity(RESIZEABLE_ACTIVITY); in testMoveToEmptyDisplayOnLaunch() 665 final String launchCommand = "am start -n " + getActivityName(RESIZEABLE_ACTIVITY) in testMoveToEmptyDisplayOnLaunch() [all …]
|
D | ActivityVisibilityTests.java | 40 import static android.server.wm.app.Components.RESIZEABLE_ACTIVITY; 594 getLaunchActivityBuilder().setTargetActivity(RESIZEABLE_ACTIVITY)); in testTurnScreenOnAttrNoLockScreen_SplitScreen()
|
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/appcompatstate/ |
D | AppCompatStateStatsTests.java | 55 private static final String RESIZEABLE_ACTIVITY = field in AppCompatStateStatsTests 115 testAppCompatFlow(RESIZEABLE_ACTIVITY, /* switchToOpened= */ true, in testResizableActivityDeviceStateClosedToOpened() 140 testAppCompatFlow(RESIZEABLE_ACTIVITY, in testResizableActivityThenMinAspectRatioPortraitActivity() 150 RESIZEABLE_ACTIVITY, /* switchToOpened= */ false, in testMinAspectRatioPortraitActivityThenResizableActivity()
|
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/ |
D | Components.java | 96 public static final ComponentName RESIZEABLE_ACTIVITY = component("ResizeableActivity"); field in Components
|