Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DVelocityTracker.cpp963 float accumVy = 0; in getEstimator() local
986 accumVy = (accumVy * lastDuration + vy * duration) / (duration + lastDuration); in getEstimator()
1000 outEstimator->yCoeff[1] = accumVy; in getEstimator()