Searched refs:ANIM_ALL (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | LauncherStateManager.java | 104 public static final int ANIM_ALL = NON_ATOMIC_COMPONENT | ATOMIC_OVERVIEW_SCALE_COMPONENT field in LauncherStateManager 352 return createAnimationToNewWorkspace(state, duration, LauncherStateManager.ANIM_ALL); in createAnimationToNewWorkspace() 587 public @AnimationComponents int animComponents = ANIM_ALL; 601 animComponents = ANIM_ALL; in reset()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/ |
D | StaggeredWorkspaceAnim.java | 21 import static com.android.launcher3.LauncherStateManager.ANIM_ALL; 165 stateManager.createAtomicAnimation(BACKGROUND_APP, NORMAL, builder, ANIM_ALL, 0); in prepareToAnimate()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/ |
D | LauncherAppTransitionManagerImpl.java | 24 import static com.android.launcher3.LauncherStateManager.ANIM_ALL; 215 ANIM_ALL, ATOMIC_DURATION_FROM_PAUSED_TO_OVERVIEW); in createStateElementAnimation()
|
/packages/apps/Launcher3/src/com/android/launcher3/touch/ |
D | AbstractStateChangeTouchController.java | 22 import static com.android.launcher3.LauncherStateManager.ANIM_ALL; 204 ? NON_ATOMIC_COMPONENT : ANIM_ALL; in reinitCurrentAnimation()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/ |
D | NoButtonQuickSwitchTouchController.java | 24 import static com.android.launcher3.LauncherStateManager.ANIM_ALL; 211 updateNonOverviewAnim(QUICK_SWITCH, nonOverviewBuilder, ANIM_ALL); in setupAnimators()
|
D | QuickSwitchTouchController.java | 115 animatorSetBuilder, accuracy, this::clearState, LauncherStateManager.ANIM_ALL); in initCurrentAnimation()
|