Home
last modified time | relevance | path

Searched defs:oldVelocity (Results 1 – 1 of 1) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DInterpolator.java61 float oldVelocity = mCurrent; in interpolate() local
92 private boolean passedTarget(float oldVelocity, float newVelocity, float targetVelocity) { in passedTarget()