Home
last modified time | relevance | path

Searched refs:LAUNCHER_STATE_OVERVIEW (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Launcher3/src_no_quickstep/com/android/launcher3/uioverrides/states/
DOverviewState.java18 import static com.android.launcher3.logging.StatsLogManager.LAUNCHER_STATE_OVERVIEW;
33 super(id, LAUNCHER_STATE_OVERVIEW, FLAG_DISABLE_RESTORE); in OverviewState()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DOverviewModalTaskState.java18 import static com.android.launcher3.logging.StatsLogManager.LAUNCHER_STATE_OVERVIEW;
38 super(id, LAUNCHER_STATE_OVERVIEW, STATE_FLAGS); in OverviewModalTaskState()
DOverviewState.java20 import static com.android.launcher3.logging.StatsLogManager.LAUNCHER_STATE_OVERVIEW;
58 this(id, LAUNCHER_STATE_OVERVIEW, stateFlags); in OverviewState()
/packages/apps/Launcher3/src/com/android/launcher3/logging/
DStatsLogManager.java53 public static final int LAUNCHER_STATE_OVERVIEW = 3; field in StatsLogManager
79 } else if (startState != LAUNCHER_STATE_OVERVIEW in getLauncherAtomEvent()
80 && targetState == LAUNCHER_STATE_OVERVIEW) { in getLauncherAtomEvent()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DGestureState.java25 import static com.android.launcher3.logging.StatsLogManager.LAUNCHER_STATE_OVERVIEW;
80 RECENTS(true, LAUNCHER_STATE_OVERVIEW, true),
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherState.java22 import static com.android.launcher3.logging.StatsLogManager.LAUNCHER_STATE_OVERVIEW;
136 HINT_STATE_TWO_BUTTON_ORDINAL, LAUNCHER_STATE_OVERVIEW);
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DAbstractStateChangeTouchController.java29 import static com.android.launcher3.logging.StatsLogManager.LAUNCHER_STATE_OVERVIEW;
252 mStartContainerType = LAUNCHER_STATE_OVERVIEW; in onDrag()