Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DVelocityTracker.cpp939 uint32_t oldestIndex = mIndex; in getEstimator() local
942 uint32_t nextOldestIndex = (oldestIndex == 0 ? HISTORY_SIZE : oldestIndex) - 1; in getEstimator()
948 oldestIndex = nextOldestIndex; in getEstimator()
964 uint32_t index = oldestIndex; in getEstimator()
966 const Movement& oldestMovement = mMovements[oldestIndex]; in getEstimator()