Searched refs:FLAG_CLOSE_POPUPS (Results 1 – 6 of 6) sorted by relevance
20 import static com.android.launcher3.LauncherState.FLAG_CLOSE_POPUPS;67 if (state.hasFlag(FLAG_CLOSE_POPUPS)) { in onStateSetStart()
18 import static com.android.launcher3.LauncherState.FLAG_CLOSE_POPUPS;59 FLAG_SHOW_AS_GRID | FLAG_SCRIM | FLAG_RECENTS_VIEW_VISIBLE | FLAG_CLOSE_POPUPS
38 | FLAG_WORKSPACE_INACCESSIBLE | FLAG_NON_INTERACTIVE | FLAG_CLOSE_POPUPS;
43 FLAG_WORKSPACE_INACCESSIBLE | FLAG_CLOSE_POPUPS | FLAG_HOTSEAT_INACCESSIBLE;
51 | FLAG_CLOSE_POPUPS;
86 public static final int FLAG_CLOSE_POPUPS = BaseState.getFlag(5); field in LauncherState