Home
last modified time | relevance | path

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

/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java1573 final long oldestTime = pastTime[0]; in computeCurrentVelocity() local
1585 final int dur = (int)(pastTime[i] - oldestTime); in computeCurrentVelocity()