Searched refs:updateValueAndVelocity (Results 1 – 3 of 3) sorted by relevance
155 boolean updateValueAndVelocity(long deltaT) { in updateValueAndVelocity() method in FlingAnimation157 MassState state = mFlingForce.updateValueAndVelocity(mValue, mVelocity, deltaT); in updateValueAndVelocity()216 MassState updateValueAndVelocity(float value, float velocity, long deltaT) { in updateValueAndVelocity() method in FlingAnimation.DragForce
212 boolean updateValueAndVelocity(long deltaT) { in updateValueAndVelocity() method in SpringAnimation
647 boolean finished = updateValueAndVelocity(deltaT); in doAnimationFrame()668 abstract boolean updateValueAndVelocity(long deltaT); in updateValueAndVelocity() method in DynamicAnimation