Home
last modified time | relevance | path

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

/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java1543 final float[] pastX = mPastX; in addPoint() local
1548 System.arraycopy(pastX, start, pastX, 0, count); in addPoint()
1553 pastX[i] = x; in addPoint()
1567 final float[] pastX = mPastX; in computeCurrentVelocity() local
1571 final float oldestX = pastX[0]; in computeCurrentVelocity()
1587 float dist = pastX[i] - oldestX; in computeCurrentVelocity()