Searched refs:startSpring (Results 1 – 3 of 3) sorted by relevance
122 ((SpringObjectAnimator) a).startSpring(1f, mVelocity, null); in start()
128 public void startSpring(float end, float velocity, OnAnimationEndListener endListener) { in startSpring() method in SpringObjectAnimator
226 springAnimator.startSpring(end, velocity, mSpringEndListener); in dispatchOnStartWithVelocity()