Home
last modified time | relevance | path

Searched refs:RESIZE_MODE_UNRESIZEABLE (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/activity/
DActivityManagerTest.java20 import static android.content.pm.ActivityInfo.RESIZE_MODE_UNRESIZEABLE;
156 RESIZE_MODE_UNRESIZEABLE, // resizeMode in testTaskDescriptionCopyFromPreserveHiddenFields()
199 RESIZE_MODE_UNRESIZEABLE, // resizeMode in testTaskDescriptionParceling()
220 RESIZE_MODE_UNRESIZEABLE, // resizeMode in testTaskDescriptionParceling()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskPositioningControllerTests.java20 import static android.content.pm.ActivityInfo.RESIZE_MODE_UNRESIZEABLE;
144 mWindow.getTask().setResizeMode(RESIZE_MODE_UNRESIZEABLE); in testHandleTapOutsideNonResizableTask()
DTaskDisplayAreaTests.java31 import static android.content.pm.ActivityInfo.RESIZE_MODE_UNRESIZEABLE;
220 rootHomeTask.mResizeMode = RESIZE_MODE_UNRESIZEABLE; in testGetOrientation_nonResizableHomeStackWithHomeActivityPendingVisibilityChange()
DSizeCompatTests.java19 import static android.content.pm.ActivityInfo.RESIZE_MODE_UNRESIZEABLE;
194 .setResizeMode(RESIZE_MODE_UNRESIZEABLE) in testFixedScreenConfigurationWhenMovingToDisplay()
497 .setResizeMode(ActivityInfo.RESIZE_MODE_UNRESIZEABLE) in testShouldUseSizeCompatModeOnResizableTask()
609 mActivity.info.resizeMode = RESIZE_MODE_UNRESIZEABLE; in prepareUnresizable()
DActivityStackSupervisorTests.java120 unresizableActivity.info.resizeMode = ActivityInfo.RESIZE_MODE_UNRESIZEABLE; in testHandleNonResizableTaskOnSecondaryDisplay()
DTaskLaunchParamsModifierTests.java24 import static android.content.pm.ActivityInfo.RESIZE_MODE_UNRESIZEABLE;
465 mActivity.info.resizeMode = RESIZE_MODE_UNRESIZEABLE; in testForceMaximizesUnresizeableApp()
490 mActivity.info.resizeMode = RESIZE_MODE_UNRESIZEABLE; in testLaunchesAppInWindowOnFreeformDisplay()
511 mActivity.info.resizeMode = RESIZE_MODE_UNRESIZEABLE; in testSkipsForceMaximizingAppsOnNonFreeformDisplay()
/frameworks/base/core/java/android/content/pm/
DActivityInfo.java174 public static final int RESIZE_MODE_UNRESIZEABLE = 0; field in ActivityInfo
1131 case RESIZE_MODE_UNRESIZEABLE: in resizeModeToString()
DPackageParser.java27 import static android.content.pm.ActivityInfo.RESIZE_MODE_UNRESIZEABLE;
2494 a.info.resizeMode = RESIZE_MODE_UNRESIZEABLE; in adjustPackageToBeUnresizeableAndUnpipable()
4626 aInfo.resizeMode = RESIZE_MODE_UNRESIZEABLE; in setActivityResizeMode()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DBubbleExtractorTest.java26 import static android.content.pm.ActivityInfo.RESIZE_MODE_UNRESIZEABLE;
145 : RESIZE_MODE_UNRESIZEABLE; in setUpIntentBubble()
/frameworks/base/core/java/android/content/pm/parsing/component/
DParsedActivityUtils.java436 return ActivityInfo.RESIZE_MODE_UNRESIZEABLE; in getActivityResizeMode()
/frameworks/base/core/java/android/content/pm/parsing/
DParsingPackageUtils.java20 import static android.content.pm.ActivityInfo.RESIZE_MODE_UNRESIZEABLE;
2588 activity.setResizeMode(RESIZE_MODE_UNRESIZEABLE)
/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java80 import static android.content.pm.ActivityInfo.RESIZE_MODE_UNRESIZEABLE;
2101 info.resizeMode = RESIZE_MODE_UNRESIZEABLE; in setActivityType()