Home
last modified time | relevance | path

Searched refs:accumVx (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/input/
DVelocityTracker.cpp881 float accumVx = 0; in getEstimator() local
904 accumVx = (accumVx * lastDuration + vx * duration) / (duration + lastDuration); in getEstimator()
918 outEstimator->xCoeff[1] = accumVx; in getEstimator()