Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DVelocityTracker.cpp858 uint32_t oldestIndex = mIndex; in getEstimator() local
861 uint32_t nextOldestIndex = (oldestIndex == 0 ? HISTORY_SIZE : oldestIndex) - 1; in getEstimator()
867 oldestIndex = nextOldestIndex; in getEstimator()
883 uint32_t index = oldestIndex; in getEstimator()
885 const Movement& oldestMovement = mMovements[oldestIndex]; in getEstimator()