Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/touch/
DAbstractStateChangeTouchController.java188 protected abstract float initCurrentAnimation(@AnimationFlags int animComponents); in initCurrentAnimation() argument
216 int animComponents = goingBetweenNormalAndOverview(mFromState, mToState) in reinitCurrentAnimation() local
220 animComponents = PLAY_NON_ATOMIC; in reinitCurrentAnimation()
231 animComponents &= ~PLAY_ATOMIC_OVERVIEW_SCALE; in reinitCurrentAnimation()
233 mProgressMultiplier = initCurrentAnimation(animComponents); in reinitCurrentAnimation()
DAllAppsSwipeController.java79 protected float initCurrentAnimation(@AnimationFlags int animComponents) { in initCurrentAnimation() argument
83 .createAnimationToNewWorkspace(mToState, maxAccuracy, animComponents); in initCurrentAnimation()
/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()
DFlingAndHoldTouchController.java258 protected int updateAnimComponentsOnReinit(@AnimationFlags int animComponents) { in updateAnimComponentsOnReinit() argument
262 return animComponents | SKIP_OVERVIEW; in updateAnimComponentsOnReinit()
264 return animComponents; in updateAnimComponentsOnReinit()
DNoButtonNavbarToOverviewTouchController.java106 protected float initCurrentAnimation(int animComponents) { in initCurrentAnimation() argument
107 float progressMultiplier = super.initCurrentAnimation(animComponents); in initCurrentAnimation()
DQuickSwitchTouchController.java106 protected float initCurrentAnimation(int animComponents) { in initCurrentAnimation() argument
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DPortraitStatesTouchController.java286 protected int updateAnimComponentsOnReinit(@AnimationFlags int animComponents) { in updateAnimComponentsOnReinit() argument
287 return animComponents; in updateAnimComponentsOnReinit()
/packages/apps/Launcher3/src/com/android/launcher3/statemanager/
DStateManager.java286 STATE_TYPE state, long duration, @AnimationFlags int animComponents) { in createAnimationToNewWorkspace() argument
289 config.animFlags = animComponents; in createAnimationToNewWorkspace()