Home
last modified time | relevance | path

Searched refs:RECENTS_CLEAR_ALL_BUTTON (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/
DRecentsViewStateController.java18 import static com.android.launcher3.LauncherState.RECENTS_CLEAR_ALL_BUTTON;
89 boolean hasClearAllButton = (visibleElements & RECENTS_CLEAR_ALL_BUTTON) != 0; in setAlphas()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/states/
DOverviewState.java129 return VERTICAL_SWIPE_INDICATOR | RECENTS_CLEAR_ALL_BUTTON;
131 return HOTSEAT_SEARCH_BOX | VERTICAL_SWIPE_INDICATOR | RECENTS_CLEAR_ALL_BUTTON |
DBackgroundAppState.java85 & ~RECENTS_CLEAR_ALL_BUTTON & ~VERTICAL_SWIPE_INDICATOR; in getVisibleElements()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DLauncherRecentsView.java22 import static com.android.launcher3.LauncherState.RECENTS_CLEAR_ALL_BUTTON;
251 & RECENTS_CLEAR_ALL_BUTTON) != 0; in setOverviewStateEnabled()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherState.java71 public static final int RECENTS_CLEAR_ALL_BUTTON = 1 << 6; field in LauncherState