Home
last modified time | relevance | path

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

/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java1509 final long mPastTime[] = new long[NUM_PAST]; field in KeyboardView.SwipeTracker
1515 mPastTime[0] = 0; in clear()
1531 final long[] pastTime = mPastTime; in addPoint()
1569 final long[] pastTime = mPastTime; in computeCurrentVelocity()