Searched refs:passedTarget (Results 1 – 1 of 1) sorted by relevance
79 if (passedTarget(oldVelocity, newVelocity, mTarget)) { in interpolate()92 private boolean passedTarget(float oldVelocity, float newVelocity, float targetVelocity) { in passedTarget() method in Interpolator