Home
last modified time | relevance | path

Searched refs:animComponents (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherStateManager.java311 config.animComponents = atomicComponent; in createAtomicAnimation()
356 LauncherState state, long duration, @AnimationComponents int animComponents) { in createAnimationToNewWorkspace() argument
358 animComponents); in createAnimationToNewWorkspace()
363 @AnimationComponents int animComponents) { in createAnimationToNewWorkspace() argument
366 mConfig.animComponents = animComponents; in createAnimationToNewWorkspace()
587 public @AnimationComponents int animComponents = ANIM_ALL; field in LauncherStateManager.AnimationConfig
601 animComponents = ANIM_ALL; in reset()
643 return (animComponents & ATOMIC_OVERVIEW_SCALE_COMPONENT) != 0; in playAtomicOverviewScaleComponent()
647 return (animComponents & ATOMIC_OVERVIEW_PEEK_COMPONENT) != 0; in playAtomicOverviewPeekComponent()
651 return (animComponents & NON_ATOMIC_COMPONENT) != 0; in playNonAtomicComponent()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DAbstractStateChangeTouchController.java179 protected abstract float initCurrentAnimation(@AnimationComponents int animComponents); in initCurrentAnimation() argument
203 int animComponents = goingBetweenNormalAndOverview(mFromState, mToState) in reinitCurrentAnimation() local
207 animComponents = NON_ATOMIC_COMPONENT; in reinitCurrentAnimation()
218 animComponents &= ~ATOMIC_OVERVIEW_SCALE_COMPONENT; in reinitCurrentAnimation()
220 mProgressMultiplier = initCurrentAnimation(animComponents); in reinitCurrentAnimation()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DTransposedQuickSwitchTouchController.java35 protected float initCurrentAnimation(int animComponents) { in initCurrentAnimation() argument
36 float multiplier = super.initCurrentAnimation(animComponents); in initCurrentAnimation()
DNoButtonQuickSwitchTouchController.java219 @LauncherStateManager.AnimationComponents int animComponents) { in updateNonOverviewAnim() argument
223 builder, accuracy, this::clearState, animComponents); in updateNonOverviewAnim()
DQuickSwitchTouchController.java110 protected float initCurrentAnimation(int animComponents) { in initCurrentAnimation() argument
/packages/apps/Launcher3/src_ui_overrides/com/android/launcher3/uioverrides/
DAllAppsSwipeController.java66 protected float initCurrentAnimation(@AnimationComponents int animComponents) { in initCurrentAnimation() argument
70 .createAnimationToNewWorkspace(mToState, maxAccuracy, animComponents); in initCurrentAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DPortraitStatesTouchController.java213 protected float initCurrentAnimation(@AnimationComponents int animComponents) { in initCurrentAnimation() argument
248 animComponents); in initCurrentAnimation()