Searched refs:RESIZE_MODE_FORCED (Results 1 – 3 of 3) sorted by relevance
102 public static final int RESIZE_MODE_FORCED = (0x1 << 1); field in ActivityTaskManager112 RESIZE_MODE_PRESERVE_WINDOW | RESIZE_MODE_FORCED;
21 import static android.app.ActivityTaskManager.RESIZE_MODE_FORCED;558 final boolean forced = (resizeMode & RESIZE_MODE_FORCED) != 0; in resize()797 kept = resize(bounds, RESIZE_MODE_FORCED, !mightReplaceWindow, deferResume); in reparent()
1767 Landroid/app/ActivityManager;->RESIZE_MODE_FORCED:I