Searched refs:updateValueAndVelocity (Results 1 – 3 of 3) sorted by relevance
133 boolean updateValueAndVelocity(long deltaT) { in updateValueAndVelocity() method in FlingAnimation134 MassState state = mFlingForce.updateValueAndVelocity(mValue, mVelocity, deltaT); in updateValueAndVelocity()181 MassState updateValueAndVelocity(float value, float velocity, long deltaT) { in updateValueAndVelocity() method in FlingAnimation.DragForce
259 boolean updateValueAndVelocity(long deltaT) { in updateValueAndVelocity() method in SpringAnimation
682 boolean finished = updateValueAndVelocity(deltaT); in doAnimationFrame()708 abstract boolean updateValueAndVelocity(long deltaT); in updateValueAndVelocity() method in DynamicAnimation