Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/states/
DStateAnimationConfig.java31 SKIP_ALL_ANIMATIONS,
38 public static final int SKIP_ALL_ANIMATIONS = 1 << 0; field in StateAnimationConfig
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DNoButtonQuickSwitchTouchController.java44 import static com.android.launcher3.states.StateAnimationConfig.SKIP_ALL_ANIMATIONS;
344 OVERVIEW, config.duration, StateAnimationConfig.SKIP_ALL_ANIMATIONS) in onDragEnd()
419 config.animFlags = SKIP_ALL_ANIMATIONS; in onDragEnd()
/packages/apps/Launcher3/src/com/android/launcher3/statemanager/
DStateManager.java23 import static com.android.launcher3.states.StateAnimationConfig.SKIP_ALL_ANIMATIONS;
381 if (!mConfig.hasAnimationFlag(SKIP_ALL_ANIMATIONS)) { in createAnimationToNewWorkspaceInternal()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DLauncherSwipeHandlerV2.java364 NORMAL, accuracy, StateAnimationConfig.SKIP_ALL_ANIMATIONS);
DFallbackSwipeHandler.java232 RecentsState.HOME, accuracy, StateAnimationConfig.SKIP_ALL_ANIMATIONS); in createActivityAnimationToHome()