Searched refs:lastDuration (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/androidfw/
H A DVelocityTracker.cpp888 nsecs_t lastDuration = 0; local
905 accumVx = (accumVx * lastDuration + vx * duration) / (duration + lastDuration);
906 accumVy = (accumVy * lastDuration + vy * duration) / (duration + lastDuration);
907 lastDuration = duration;

Completed in 82 milliseconds