Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DVelocityTracker.cpp993 const VelocityTracker::Position& newestPosition = newestMovement.getPosition(id); in getEstimator() local
996 outEstimator->xCoeff[0] = newestPosition.x; in getEstimator()
997 outEstimator->yCoeff[0] = newestPosition.y; in getEstimator()