Home
last modified time | relevance | path

Searched refs:SKIP_ALL_ANIMATIONS (Results 1 – 4 of 4) 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/src/com/android/launcher3/statemanager/
DStateManager.java22 import static com.android.launcher3.states.StateAnimationConfig.SKIP_ALL_ANIMATIONS;
315 if (!mConfig.hasAnimationFlag(SKIP_ALL_ANIMATIONS)) { in createAnimationToNewWorkspaceInternal()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DNoButtonQuickSwitchTouchController.java38 import static com.android.launcher3.states.StateAnimationConfig.SKIP_ALL_ANIMATIONS;
383 config.animFlags = SKIP_ALL_ANIMATIONS; in onDragEnd()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DLauncherSwipeHandlerV2.java413 NORMAL, accuracy, StateAnimationConfig.SKIP_ALL_ANIMATIONS);