HomeSort by relevance Sort by last modified time
    Searched full:calculateacceleration (Results 1 - 1 of 1) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
Interpolator.java 65 float directionalAcceleration = calculateAcceleration(oldVelocity, mAcceleration, mTarget);
106 private float calculateAcceleration(float velocity, float acceleration, float target) {

Completed in 387 milliseconds