Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowVelocityTracker.java84 int oldestIndex = curIndex; in computeCurrentVelocity() local
87 int nextOldestIndex = (oldestIndex == 0 ? HISTORY_SIZE : oldestIndex) - 1; in computeCurrentVelocity()
93 oldestIndex = nextOldestIndex; in computeCurrentVelocity()
98 int index = oldestIndex; in computeCurrentVelocity()
99 Movement oldestMovement = movements[oldestIndex]; in computeCurrentVelocity()