Searched refs:RESIZE_MODE_SYSTEM (Results 1 – 4 of 4) sorted by relevance
19 import static android.app.ActivityManager.RESIZE_MODE_SYSTEM;
74 import static android.app.ActivityManager.RESIZE_MODE_SYSTEM;715 kept = resize(toStack.mBounds, RESIZE_MODE_SYSTEM, !mightReplaceWindow, in reparent()730 kept = resize(toStack.mBounds, RESIZE_MODE_SYSTEM, !mightReplaceWindow, in reparent()
75 import static android.app.ActivityManager.RESIZE_MODE_SYSTEM;2101 final int resizeMode = pretendUserResize ? RESIZE_MODE_USER : RESIZE_MODE_SYSTEM;
956 public static final int RESIZE_MODE_SYSTEM = 0; field in ActivityManager