Searched refs:OVERVIEW_ACTIONS (Results 1 – 6 of 6) sorted by relevance
21 import static com.android.launcher3.LauncherState.OVERVIEW_ACTIONS;170 float overviewButtonAlpha = state.areElementsVisible(mLauncher, OVERVIEW_ACTIONS) ? 1 : 0; in setAlphas()
48 return OVERVIEW_ACTIONS | CLEAR_ALL_BUTTON; in getVisibleElements()
76 & ~OVERVIEW_ACTIONS in getVisibleElements()
113 int elements = CLEAR_ALL_BUTTON | OVERVIEW_ACTIONS;
27 import static com.android.launcher3.LauncherState.OVERVIEW_ACTIONS;252 (fromState.getVisibleElements(mLauncher) & OVERVIEW_ACTIONS) != 0 ? 1f : 0f); in setupOverviewAnimators()
68 public static final int OVERVIEW_ACTIONS = 1 << 3; field in LauncherState