Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
H A DNoButtonQuickSwitchTouchController.java22 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()
H A 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()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DLauncherActivityInterface.java21 import static com.android.launcher3.LauncherState.QUICK_SWITCH;
348 return QUICK_SWITCH; in stateFromGestureEndTarget()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherState.java123 public static final LauncherState QUICK_SWITCH = field in LauncherState
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DTaskbarLauncherStateController.java267 if (committed && mLauncherState == LauncherState.QUICK_SWITCH) { in onStateChangeApplied()