Searched refs:RESIZE_MODE_UNRESIZEABLE (Results 1 – 18 of 18) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
D | ActivityManagerTest.java | 20 import static android.content.pm.ActivityInfo.RESIZE_MODE_UNRESIZEABLE; 157 RESIZE_MODE_UNRESIZEABLE, // resizeMode in testTaskDescriptionCopyFromPreserveHiddenFields() 202 RESIZE_MODE_UNRESIZEABLE, // resizeMode in testTaskDescriptionParceling() 224 RESIZE_MODE_UNRESIZEABLE, // resizeMode in testTaskDescriptionParceling()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | SizeCompatTests.java | 21 import static android.content.pm.ActivityInfo.RESIZE_MODE_UNRESIZEABLE; 665 .setResizeMode(ActivityInfo.RESIZE_MODE_UNRESIZEABLE) in testShouldCreateCompatDisplayInsetsOnResizeableTask() 695 RESIZE_MODE_UNRESIZEABLE, ActivityInfo.SCREEN_ORIENTATION_PORTRAIT); in testShouldCreateCompatDisplayInsetsWhenUnresizeableAndSupportsSizeChangesTrue() 708 RESIZE_MODE_UNRESIZEABLE, ActivityInfo.SCREEN_ORIENTATION_PORTRAIT); in testShouldCreateCompatDisplayInsetsWhenUnresizeableAndSupportsSizeChangesFalse() 735 RESIZE_MODE_UNRESIZEABLE, ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED); in testShouldCreateCompatDisplayInsetsWhenUnfixedOrientationSupportsSizeChangesFalse() 749 RESIZE_MODE_UNRESIZEABLE, ActivityInfo.SCREEN_ORIENTATION_PORTRAIT); in testShouldCreateCompatDisplayInsetsWhenForceResizeAppOverrideSet() 791 RESIZE_MODE_UNRESIZEABLE, ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED); in testNeverSandboxDisplayApis_configEnabled_sandboxingNotApplied() 811 RESIZE_MODE_UNRESIZEABLE, ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED); in testNeverSandboxDisplayApis_configDisabled_sandboxingApplied() 832 RESIZE_MODE_UNRESIZEABLE, ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED); in testNeverConstrainDisplayApisDeviceConfig_allPackagesFlagTrue_sandboxNotApplied() 855 RESIZE_MODE_UNRESIZEABLE, ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED); in testNeverConstrainDisplayApisDeviceConfig_packageInRange_sandboxingNotApplied() [all …]
|
D | TaskPositioningControllerTests.java | 20 import static android.content.pm.ActivityInfo.RESIZE_MODE_UNRESIZEABLE; 144 mWindow.getTask().setResizeMode(RESIZE_MODE_UNRESIZEABLE); in testHandleTapOutsideNonResizableTask()
|
D | TaskLaunchParamsModifierTests.java | 26 import static android.content.pm.ActivityInfo.RESIZE_MODE_UNRESIZEABLE; 526 mActivity.info.resizeMode = RESIZE_MODE_UNRESIZEABLE; in testRecalculateFreeformInitialBoundsWithOverrideDisplayArea_unresizableApp() 746 mActivity.info.resizeMode = RESIZE_MODE_UNRESIZEABLE; in testForceMaximizesUnresizeableApp() 771 mActivity.info.resizeMode = RESIZE_MODE_UNRESIZEABLE; in testLaunchesPortraitSizeCompatOnFreeformLandscapeDisplayWithFreeformSizeCompat() 790 mActivity.info.resizeMode = RESIZE_MODE_UNRESIZEABLE; in testLaunchesLandscapeSizeCompatOnFreeformLandscapeDisplayWithFreeformSizeCompat() 806 mActivity.info.resizeMode = RESIZE_MODE_UNRESIZEABLE; in testLaunchesPortraitUnresizableOnFreeformDisplayWithFreeformSizeCompat() 825 mActivity.info.resizeMode = RESIZE_MODE_UNRESIZEABLE; in testSkipsForceMaximizingAppsOnNonFreeformDisplay()
|
D | ActivityTaskManagerServiceTests.java | 20 import static android.content.pm.ActivityInfo.RESIZE_MODE_UNRESIZEABLE; 333 .setResizeMode(RESIZE_MODE_UNRESIZEABLE) in testSupportsMultiWindow_nonResizable()
|
D | ActivityTaskSupervisorTests.java | 162 unresizableActivity.info.resizeMode = ActivityInfo.RESIZE_MODE_UNRESIZEABLE; in testHandleNonResizableTaskOnSecondaryDisplay()
|
D | TaskDisplayAreaTests.java | 33 import static android.content.pm.ActivityInfo.RESIZE_MODE_UNRESIZEABLE; 390 rootHomeTask.mResizeMode = RESIZE_MODE_UNRESIZEABLE; in testGetOrientation_nonResizableHomeTaskWithHomeActivityPendingVisibilityChange()
|
D | ActivityRecordTests.java | 29 import static android.content.pm.ActivityInfo.RESIZE_MODE_UNRESIZEABLE; 606 .setResizeMode(RESIZE_MODE_UNRESIZEABLE) in respectRequestedOrientationForNonResizableInSplitWindows() 2071 .setResizeMode(ActivityInfo.RESIZE_MODE_UNRESIZEABLE) in testSupportsSplitScreenWindowingMode() 2104 .setResizeMode(ActivityInfo.RESIZE_MODE_UNRESIZEABLE) in testSupportsFreeform() 2137 .setResizeMode(ActivityInfo.RESIZE_MODE_UNRESIZEABLE) in testSupportsPictureInPicture()
|
D | WindowOrganizerTests.java | 1187 .setResizeMode(ActivityInfo.RESIZE_MODE_UNRESIZEABLE) in testReparentNonResizableTaskToSplitScreen()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | BubbleExtractorTest.java | 26 import static android.content.pm.ActivityInfo.RESIZE_MODE_UNRESIZEABLE; 145 : RESIZE_MODE_UNRESIZEABLE; in setUpIntentBubble()
|
/frameworks/base/core/java/android/content/pm/ |
D | ActivityInfo.java | 197 public static final int RESIZE_MODE_UNRESIZEABLE = 0; field in ActivityInfo 1443 case RESIZE_MODE_UNRESIZEABLE: in resizeModeToString()
|
D | PackageParser.java | 27 import static android.content.pm.ActivityInfo.RESIZE_MODE_UNRESIZEABLE; 2507 a.info.resizeMode = RESIZE_MODE_UNRESIZEABLE; in adjustPackageToBeUnresizeableAndUnpipable() 4635 aInfo.resizeMode = RESIZE_MODE_UNRESIZEABLE; in setActivityResizeMode()
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/draganddrop/ |
D | DragAndDropPolicyTest.java | 193 : ActivityInfo.RESIZE_MODE_UNRESIZEABLE; in setClipDataResizeable()
|
/frameworks/base/core/java/android/content/pm/parsing/component/ |
D | ParsedActivityUtils.java | 483 return ActivityInfo.RESIZE_MODE_UNRESIZEABLE; in getActivityResizeMode()
|
/frameworks/base/core/java/android/content/pm/parsing/ |
D | ParsingPackageUtils.java | 20 import static android.content.pm.ActivityInfo.RESIZE_MODE_UNRESIZEABLE; 2852 activity.setResizeMode(RESIZE_MODE_UNRESIZEABLE)
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ActivityTaskManagerService.java | 41 import static android.content.pm.ActivityInfo.RESIZE_MODE_UNRESIZEABLE; 1380 a.resizeMode = RESIZE_MODE_UNRESIZEABLE; in startDreamActivity()
|
D | ActivityRecord.java | 85 import static android.content.pm.ActivityInfo.RESIZE_MODE_UNRESIZEABLE; 2428 info.resizeMode = RESIZE_MODE_UNRESIZEABLE; in setActivityType()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 13829 Landroid/content/pm/ActivityInfo;->RESIZE_MODE_UNRESIZEABLE:I
|