Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java1506 final float[] pastX = mPastX; in addPoint() local
1511 System.arraycopy(pastX, start, pastX, 0, count); in addPoint()
1516 pastX[i] = x; in addPoint()
1530 final float[] pastX = mPastX; in computeCurrentVelocity() local
1534 final float oldestX = pastX[0]; in computeCurrentVelocity()
1550 float dist = pastX[i] - oldestX; in computeCurrentVelocity()