Home
last modified time | relevance | path

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

/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java1544 final float[] pastY = mPastY; in addPoint() local
1549 System.arraycopy(pastY, start, pastY, 0, count); in addPoint()
1554 pastY[i] = y; in addPoint()
1568 final float[] pastY = mPastY; in computeCurrentVelocity() local
1572 final float oldestY = pastY[0]; in computeCurrentVelocity()
1592 dist = pastY[i] - oldestY; in computeCurrentVelocity()