Home
last modified time | relevance | path

Searched refs:springDuration (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/anim/
DAnimatorPlaybackController.java158 long springDuration = animationDuration; in startWithVelocity() local
171 springDuration = Math.max(expectedDurationL, springDuration); in startWithVelocity()
192 if (springDuration <= animationDuration) { in startWithVelocity()
198 mAnimationPlayer.setDuration(springDuration); in startWithVelocity()
200 float cutOff = animationDuration / (float) springDuration; in startWithVelocity()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarTranslationController.java146 long springDuration = mSpringBounce.getDuration(); in willAnimateToZeroBefore() local
148 return (springDuration - current < duration); in willAnimateToZeroBefore()