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

/frameworks/native/libs/input/
H A DVelocityTracker.cpp890 nsecs_t lastDuration = 0; local
907 accumVx = (accumVx * lastDuration + vx * duration) / (duration + lastDuration);
908 accumVy = (accumVy * lastDuration + vy * duration) / (duration + lastDuration);
909 lastDuration = duration;

Completed in 52 milliseconds