Searched refs:LAUNCHER_STATE_OVERVIEW (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Launcher3/src_no_quickstep/com/android/launcher3/uioverrides/states/ |
D | OverviewState.java | 18 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/ |
D | OverviewModalTaskState.java | 18 import static com.android.launcher3.logging.StatsLogManager.LAUNCHER_STATE_OVERVIEW; 38 super(id, LAUNCHER_STATE_OVERVIEW, STATE_FLAGS); in OverviewModalTaskState()
|
D | OverviewState.java | 20 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/ |
D | StatsLogManager.java | 53 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/ |
D | GestureState.java | 25 import static com.android.launcher3.logging.StatsLogManager.LAUNCHER_STATE_OVERVIEW; 80 RECENTS(true, LAUNCHER_STATE_OVERVIEW, true),
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | LauncherState.java | 22 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/ |
D | AbstractStateChangeTouchController.java | 29 import static com.android.launcher3.logging.StatsLogManager.LAUNCHER_STATE_OVERVIEW; 252 mStartContainerType = LAUNCHER_STATE_OVERVIEW; in onDrag()
|