Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java1499 final float[] pastY = mPastY; in addPoint() local
1504 System.arraycopy(pastY, start, pastY, 0, count); in addPoint()
1509 pastY[i] = y; in addPoint()
1523 final float[] pastY = mPastY; in computeCurrentVelocity() local
1527 final float oldestY = pastY[0]; in computeCurrentVelocity()
1547 dist = pastY[i] - oldestY; in computeCurrentVelocity()