Home
last modified time | relevance | path

Searched refs:QUICK_SWITCH (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DNoButtonQuickSwitchTouchController.java22 import static com.android.launcher3.LauncherState.QUICK_SWITCH;
195 updateNonOverviewAnim(QUICK_SWITCH, nonOverviewBuilder); in setupAnimators()
220 final LauncherState fromState = QUICK_SWITCH; in setupOverviewAnimators()
323 targetState = QUICK_SWITCH; in onDragEnd()
328 ? QUICK_SWITCH : NORMAL; in onDragEnd()
332 targetState = velocity.x > 0 ? QUICK_SWITCH : NORMAL; in onDragEnd()
334 targetState = velocity.y > 0 ? QUICK_SWITCH : NORMAL; in onDragEnd()
340 ? QUICK_SWITCH : NORMAL; in onDragEnd()
DQuickSwitchTouchController.java19 import static com.android.launcher3.LauncherState.QUICK_SWITCH;
90 return isDragTowardPositive ? QUICK_SWITCH : NORMAL; in getTargetState()
113 QUICK_SWITCH.getOverviewScaleAndOffset(mLauncher)[0] * 0.85f); in initCurrentAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DLauncherActivityInterface.java21 import static com.android.launcher3.LauncherState.QUICK_SWITCH;
350 return QUICK_SWITCH; in stateFromGestureEndTarget()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherState.java124 public static final LauncherState QUICK_SWITCH = field in LauncherState