Searched refs:QUICK_SWITCH (Results 1 – 5 of 5) sorted by relevance
22 import static com.android.launcher3.LauncherState.QUICK_SWITCH;196 updateNonOverviewAnim(QUICK_SWITCH, nonOverviewBuilder); in setupAnimators()221 final LauncherState fromState = QUICK_SWITCH; in setupOverviewAnimators()242 QUICK_SWITCH.getWorkspaceScrimColor(mLauncher), LINEAR); in setupOverviewAnimators()331 targetState = QUICK_SWITCH; in onDragEnd()336 ? QUICK_SWITCH : NORMAL; in onDragEnd()340 targetState = velocity.x > 0 ? QUICK_SWITCH : NORMAL; in onDragEnd()342 targetState = velocity.y > 0 ? QUICK_SWITCH : NORMAL; in onDragEnd()348 ? QUICK_SWITCH : NORMAL; in onDragEnd()410 if (targetState == QUICK_SWITCH) { in onDragEnd()
19 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()
21 import static com.android.launcher3.LauncherState.QUICK_SWITCH;348 return QUICK_SWITCH; in stateFromGestureEndTarget()
123 public static final LauncherState QUICK_SWITCH = field in LauncherState
267 if (committed && mLauncherState == LauncherState.QUICK_SWITCH) { in onStateChangeApplied()