Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DNoButtonQuickSwitchTouchController.java23 import static com.android.launcher3.LauncherState.QUICK_SWITCH;
211 updateNonOverviewAnim(QUICK_SWITCH, nonOverviewBuilder, ANIM_ALL); in setupAnimators()
227 final LauncherState fromState = QUICK_SWITCH; in setupOverviewAnimators()
351 targetState = QUICK_SWITCH; in onDragEnd()
356 ? QUICK_SWITCH : NORMAL; in onDragEnd()
360 targetState = velocity.x > 0 ? QUICK_SWITCH : NORMAL; in onDragEnd()
362 targetState = velocity.y > 0 ? QUICK_SWITCH : NORMAL; in onDragEnd()
366 targetState = passedHorizontalThreshold ? QUICK_SWITCH : NORMAL; in onDragEnd()
DQuickSwitchTouchController.java19 import static com.android.launcher3.LauncherState.QUICK_SWITCH;
91 return isDragTowardPositive ? QUICK_SWITCH : NORMAL; in getTargetState()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DShelfScrimView.java21 import static com.android.launcher3.LauncherState.QUICK_SWITCH;
204 && (state == BACKGROUND_APP || state == QUICK_SWITCH) in updateColors()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherState.java112 public static final LauncherState QUICK_SWITCH = field in LauncherState