Searched refs:RESIZE_MODE_SYSTEM (Results 1 – 3 of 3) sorted by relevance
74 public static final int RESIZE_MODE_SYSTEM = 0; field in ActivityTaskManager382 getService().resizeTask(taskId, bounds, RESIZE_MODE_SYSTEM); in resizeTask()
22 import static android.app.ActivityTaskManager.RESIZE_MODE_SYSTEM;789 kept = resize(toStack.getRequestedOverrideBounds(), RESIZE_MODE_SYSTEM, in reparent()804 kept = resize(toStack.getRequestedOverrideBounds(), RESIZE_MODE_SYSTEM, in reparent()
21 import static android.app.ActivityTaskManager.RESIZE_MODE_SYSTEM;2723 final int resizeMode = pretendUserResize ? RESIZE_MODE_USER : RESIZE_MODE_SYSTEM;