Searched defs:oldVelocity (Results 1 – 1 of 1) sorted by relevance
61 float oldVelocity = mCurrent; in interpolate() local92 private boolean passedTarget(float oldVelocity, float newVelocity, float targetVelocity) { in passedTarget()