Searched refs:RESIZE_MODE_FORCED (Results 1 – 2 of 2) sorted by relevance
73 import static android.app.ActivityManager.RESIZE_MODE_FORCED;516 final boolean forced = (resizeMode & RESIZE_MODE_FORCED) != 0; in resize()723 kept = resize(bounds, RESIZE_MODE_FORCED, !mightReplaceWindow, deferResume); in reparent()
970 public static final int RESIZE_MODE_FORCED = (0x1 << 1); field in ActivityManager994 RESIZE_MODE_PRESERVE_WINDOW | RESIZE_MODE_FORCED;