Searched refs:nextOldestIndex (Results 1 – 1 of 1) sorted by relevance
87 int nextOldestIndex = (oldestIndex == 0 ? HISTORY_SIZE : oldestIndex) - 1; in computeCurrentVelocity() local88 Movement nextOldestMovement = movements[nextOldestIndex]; in computeCurrentVelocity()93 oldestIndex = nextOldestIndex; in computeCurrentVelocity()