Searched refs:QUICK_SWITCH (Results 1 – 4 of 4) sorted by relevance
22 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()
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;350 return QUICK_SWITCH; in stateFromGestureEndTarget()
124 public static final LauncherState QUICK_SWITCH = field in LauncherState