Searched refs:pastX (Results 1 – 1 of 1) sorted by relevance
1442 final float[] pastX = mPastX; in addPoint() local1447 System.arraycopy(pastX, start, pastX, 0, count); in addPoint()1452 pastX[i] = x; in addPoint()1466 final float[] pastX = mPastX; in computeCurrentVelocity() local1470 final float oldestX = pastX[0]; in computeCurrentVelocity()1486 float dist = pastX[i] - oldestX; in computeCurrentVelocity()