Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DNoButtonQuickSwitchTouchController.java28 import static com.android.launcher3.LauncherState.QUICK_SWITCH_FROM_HOME;
217 updateNonOverviewAnim(QUICK_SWITCH_FROM_HOME, nonOverviewBuilder); in setupAnimators()
242 final LauncherState fromState = QUICK_SWITCH_FROM_HOME; in setupOverviewAnimators()
265 QUICK_SWITCH_FROM_HOME.getWorkspaceScrimColor(mLauncher), LINEAR); in setupOverviewAnimators()
359 targetState = QUICK_SWITCH_FROM_HOME; in onDragEnd()
364 ? QUICK_SWITCH_FROM_HOME : NORMAL; in onDragEnd()
368 targetState = velocity.x > 0 ? QUICK_SWITCH_FROM_HOME : NORMAL; in onDragEnd()
370 targetState = velocity.y > 0 ? QUICK_SWITCH_FROM_HOME : NORMAL; in onDragEnd()
376 ? QUICK_SWITCH_FROM_HOME : NORMAL; in onDragEnd()
438 if (targetState == QUICK_SWITCH_FROM_HOME) { in onDragEnd()
[all …]
DQuickSwitchTouchController.java23 import static com.android.launcher3.LauncherState.QUICK_SWITCH_FROM_HOME;
91 return isDragTowardPositive ? QUICK_SWITCH_FROM_HOME : NORMAL; in getTargetState()
114 QUICK_SWITCH_FROM_HOME.getOverviewScaleAndOffset(mLauncher)[0] * 0.85f); in initCurrentAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DBaseRecentsViewStateController.java24 import static com.android.launcher3.LauncherState.QUICK_SWITCH_FROM_HOME;
148 return fromState == QUICK_SWITCH_FROM_HOME in getOverviewInterpolator()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DAllAppsState.java200 return previousState == BACKGROUND_APP ? QUICK_SWITCH_FROM_HOME
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherState.java145 public static final LauncherState QUICK_SWITCH_FROM_HOME = field in LauncherState
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarLauncherStateController.java464 && mLauncherState == LauncherState.QUICK_SWITCH_FROM_HOME) { in onStateChangeApplied()