Home
last modified time | relevance | path

Searched refs:OVERVIEW_ACTIONS (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DRecentsViewStateController.java21 import static com.android.launcher3.LauncherState.OVERVIEW_ACTIONS;
170 float overviewButtonAlpha = state.areElementsVisible(mLauncher, OVERVIEW_ACTIONS) ? 1 : 0; in setAlphas()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DOverviewModalTaskState.java48 return OVERVIEW_ACTIONS | CLEAR_ALL_BUTTON; in getVisibleElements()
DBackgroundAppState.java76 & ~OVERVIEW_ACTIONS in getVisibleElements()
DOverviewState.java113 int elements = CLEAR_ALL_BUTTON | OVERVIEW_ACTIONS;
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DNoButtonQuickSwitchTouchController.java27 import static com.android.launcher3.LauncherState.OVERVIEW_ACTIONS;
252 (fromState.getVisibleElements(mLauncher) & OVERVIEW_ACTIONS) != 0 ? 1f : 0f); in setupOverviewAnimators()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherState.java68 public static final int OVERVIEW_ACTIONS = 1 << 3; field in LauncherState