Home
last modified time | relevance | path

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

/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java1541 final float[] pastY = mPastY; in addPoint() local
1546 System.arraycopy(pastY, start, pastY, 0, count); in addPoint()
1551 pastY[i] = y; in addPoint()
1565 final float[] pastY = mPastY; in computeCurrentVelocity() local
1569 final float oldestY = pastY[0]; in computeCurrentVelocity()
1589 dist = pastY[i] - oldestY; in computeCurrentVelocity()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboardView.java1443 final float[] pastY = mPastY; in addPoint() local
1448 System.arraycopy(pastY, start, pastY, 0, count); in addPoint()
1453 pastY[i] = y; in addPoint()
1467 final float[] pastY = mPastY; in computeCurrentVelocity() local
1471 final float oldestY = pastY[0]; in computeCurrentVelocity()
1491 dist = pastY[i] - oldestY; in computeCurrentVelocity()