Searched refs:RESIZE_MODE_UNRESIZEABLE (Results 1 – 10 of 10) sorted by relevance
20 import static android.content.pm.ActivityInfo.RESIZE_MODE_UNRESIZEABLE;169 return new TestTask(sNextTaskId++, stack, 0, stack.mWmService, RESIZE_MODE_UNRESIZEABLE, in createTestTask()
122 unresizableActivity.info.resizeMode = ActivityInfo.RESIZE_MODE_UNRESIZEABLE; in testHandleNonResizableTaskOnSecondaryDisplay()
473 mActivity.info.resizeMode = ActivityInfo.RESIZE_MODE_UNRESIZEABLE; in testSizeCompatMode_FixedAspectRatioBoundsWithDecor()524 mActivity.info.resizeMode = ActivityInfo.RESIZE_MODE_UNRESIZEABLE; in testSizeCompatMode_FixedScreenBoundsWhenDisplaySizeChanged()628 mActivity.info.resizeMode = ActivityInfo.RESIZE_MODE_UNRESIZEABLE; in prepareFixedAspectRatioUnresizableActivity()
24 import static android.content.pm.ActivityInfo.RESIZE_MODE_UNRESIZEABLE;436 mActivity.info.resizeMode = RESIZE_MODE_UNRESIZEABLE; in testForceMaximizesUnresizeableApp()455 mActivity.info.resizeMode = RESIZE_MODE_UNRESIZEABLE; in testSkipsForceMaximizingAppsOnNonFreeformDisplay()
351 activity.info.resizeMode = ActivityInfo.RESIZE_MODE_UNRESIZEABLE; in testHandleActivitySizeCompatMode()
174 public static final int RESIZE_MODE_UNRESIZEABLE = 0; field in ActivityInfo1116 case RESIZE_MODE_UNRESIZEABLE: in resizeModeToString()
27 import static android.content.pm.ActivityInfo.RESIZE_MODE_UNRESIZEABLE;2630 a.info.resizeMode = RESIZE_MODE_UNRESIZEABLE; in adjustPackageToBeUnresizeableAndUnpipable()4748 aInfo.resizeMode = RESIZE_MODE_UNRESIZEABLE; in setActivityResizeMode()
425 if (resizeMode == ActivityInfo.RESIZE_MODE_UNRESIZEABLE) { in logDockAttempt()
79 import static android.content.pm.ActivityInfo.RESIZE_MODE_UNRESIZEABLE;1293 info.resizeMode = RESIZE_MODE_UNRESIZEABLE; in setActivityType()
13838 Landroid/content/pm/ActivityInfo;->RESIZE_MODE_UNRESIZEABLE:I