/aosp14/frameworks/base/core/tests/coretests/src/android/app/activity/ |
H A D | ActivityManagerTest.java | 20 import static android.content.pm.ActivityInfo.RESIZE_MODE_UNRESIZEABLE; 159 RESIZE_MODE_UNRESIZEABLE, // resizeMode in testTaskDescriptionCopyFromPreserveHiddenFields() 206 RESIZE_MODE_UNRESIZEABLE, // resizeMode in testTaskDescriptionParceling() 229 RESIZE_MODE_UNRESIZEABLE, // resizeMode in testTaskDescriptionParceling()
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | TaskPositioningControllerTests.java | 20 import static android.content.pm.ActivityInfo.RESIZE_MODE_UNRESIZEABLE; 144 mWindow.getTask().setResizeMode(RESIZE_MODE_UNRESIZEABLE); in testHandleTapOutsideNonResizableTask()
|
H A D | SizeCompatTests.java | 26 import static android.content.pm.ActivityInfo.RESIZE_MODE_UNRESIZEABLE; 1185 .setResizeMode(ActivityInfo.RESIZE_MODE_UNRESIZEABLE) in testShouldCreateCompatDisplayInsetsOnResizeableTask() 1216 RESIZE_MODE_UNRESIZEABLE, ActivityInfo.SCREEN_ORIENTATION_PORTRAIT); in testShouldCreateCompatDisplayInsetsWhenUnresizeableAndSupportsSizeChangesTrue() 1229 RESIZE_MODE_UNRESIZEABLE, ActivityInfo.SCREEN_ORIENTATION_PORTRAIT); in testShouldCreateCompatDisplayInsetsWhenUnresizeableAndSupportsSizeChangesFalse() 2689 RESIZE_MODE_UNRESIZEABLE, SCREEN_ORIENTATION_PORTRAIT); 2706 RESIZE_MODE_UNRESIZEABLE, SCREEN_ORIENTATION_PORTRAIT); 2959 .setResizeMode(RESIZE_MODE_UNRESIZEABLE) 3023 .setResizeMode(RESIZE_MODE_UNRESIZEABLE) 3162 RESIZE_MODE_UNRESIZEABLE, SCREEN_ORIENTATION_PORTRAIT); 4601 .setTask(task).setResizeMode(RESIZE_MODE_UNRESIZEABLE) [all …]
|
H A D | TaskLaunchParamsModifierTests.java | 26 import static android.content.pm.ActivityInfo.RESIZE_MODE_UNRESIZEABLE; 597 mActivity.info.resizeMode = RESIZE_MODE_UNRESIZEABLE; in testRecalculateFreeformInitialBoundsWithOverrideDisplayArea_unresizableApp() 873 mActivity.info.resizeMode = RESIZE_MODE_UNRESIZEABLE; in testForceMaximizesUnresizeableApp() 898 mActivity.info.resizeMode = RESIZE_MODE_UNRESIZEABLE; in testLaunchesPortraitSizeCompatOnFreeformLandscapeDisplayWithFreeformSizeCompat() 917 mActivity.info.resizeMode = RESIZE_MODE_UNRESIZEABLE; in testLaunchesLandscapeSizeCompatOnFreeformLandscapeDisplayWithFreeformSizeCompat() 933 mActivity.info.resizeMode = RESIZE_MODE_UNRESIZEABLE; in testLaunchesPortraitUnresizableOnFreeformDisplayWithFreeformSizeCompat() 952 mActivity.info.resizeMode = RESIZE_MODE_UNRESIZEABLE; in testSkipsForceMaximizingAppsOnNonFreeformDisplay()
|
H A D | ActivityTaskSupervisorTests.java | 176 unresizableActivity.info.resizeMode = ActivityInfo.RESIZE_MODE_UNRESIZEABLE; in testHandleNonResizableTaskOnSecondaryDisplay()
|
H A D | TaskDisplayAreaTests.java | 31 import static android.content.pm.ActivityInfo.RESIZE_MODE_UNRESIZEABLE; 385 rootHomeTask.mResizeMode = RESIZE_MODE_UNRESIZEABLE; in testGetOrientation_nonResizableHomeTaskWithHomeActivityPendingVisibilityChange()
|
H A D | ActivityTaskManagerServiceTests.java | 21 import static android.content.pm.ActivityInfo.RESIZE_MODE_UNRESIZEABLE; 442 .setResizeMode(RESIZE_MODE_UNRESIZEABLE) in testSupportsMultiWindow_nonResizable()
|
H A D | ActivityRecordTests.java | 39 import static android.content.pm.ActivityInfo.RESIZE_MODE_UNRESIZEABLE; 703 .setResizeMode(RESIZE_MODE_UNRESIZEABLE) in respectRequestedOrientationForNonResizableInSplitWindows() 2318 .setResizeMode(ActivityInfo.RESIZE_MODE_UNRESIZEABLE) in testSupportsFreeform() 2351 .setResizeMode(ActivityInfo.RESIZE_MODE_UNRESIZEABLE) in testSupportsPictureInPicture() 2374 .setResizeMode(ActivityInfo.RESIZE_MODE_UNRESIZEABLE) in testCheckEnterPictureInPictureState_displayNotSupportedPip() 3030 .setResizeMode(ActivityInfo.RESIZE_MODE_UNRESIZEABLE).build(); in testStartingWindowInTaskFragment()
|
H A D | WindowOrganizerTests.java | 1451 .setResizeMode(ActivityInfo.RESIZE_MODE_UNRESIZEABLE) in testReparentNonResizableTaskToSplitScreen()
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | BubbleExtractorTest.java | 26 import static android.content.pm.ActivityInfo.RESIZE_MODE_UNRESIZEABLE; 145 : RESIZE_MODE_UNRESIZEABLE; in setUpIntentBubble()
|
/aosp14/frameworks/base/core/java/android/content/pm/ |
H A D | ActivityInfo.java | 245 public static final int RESIZE_MODE_UNRESIZEABLE = 0; field in ActivityInfo 1803 case RESIZE_MODE_UNRESIZEABLE: in resizeModeToString()
|
H A D | PackageParser.java | 27 import static android.content.pm.ActivityInfo.RESIZE_MODE_UNRESIZEABLE; 2563 a.info.resizeMode = RESIZE_MODE_UNRESIZEABLE; in adjustPackageToBeUnresizeableAndUnpipable() 4691 aInfo.resizeMode = RESIZE_MODE_UNRESIZEABLE; in setActivityResizeMode()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/draganddrop/ |
H A D | DragAndDropPolicyTest.java | 202 : ActivityInfo.RESIZE_MODE_UNRESIZEABLE; in setClipDataResizeable()
|
/aosp14/frameworks/base/services/core/java/com/android/server/camera/ |
H A D | CameraServiceProxy.java | 18 import static android.content.pm.ActivityInfo.RESIZE_MODE_UNRESIZEABLE; 515 (task.topActivityInfo.resizeMode != RESIZE_MODE_UNRESIZEABLE);
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/component/ |
H A D | ParsedActivityUtils.java | 543 return ActivityInfo.RESIZE_MODE_UNRESIZEABLE; in getActivityResizeMode()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/parsing/ |
H A D | ParsingPackageUtils.java | 20 import static android.content.pm.ActivityInfo.RESIZE_MODE_UNRESIZEABLE; 2987 ComponentMutateUtils.setResizeMode(activity, RESIZE_MODE_UNRESIZEABLE);
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ActivityTaskManagerService.java | 44 import static android.content.pm.ActivityInfo.RESIZE_MODE_UNRESIZEABLE; 1483 a.resizeMode = RESIZE_MODE_UNRESIZEABLE; in startDreamActivityInternal()
|
H A D | ActivityRecord.java | 91 import static android.content.pm.ActivityInfo.RESIZE_MODE_UNRESIZEABLE; 2984 info.resizeMode = RESIZE_MODE_UNRESIZEABLE; in setActivityType()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 10951 Landroid/content/pm/ActivityInfo;->RESIZE_MODE_UNRESIZEABLE:I
|