Searched refs:springDuration (Results 1 – 2 of 2) sorted by relevance
158 long springDuration = animationDuration; in startWithVelocity() local171 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()
146 long springDuration = mSpringBounce.getDuration(); in willAnimateToZeroBefore() local148 return (springDuration - current < duration); in willAnimateToZeroBefore()