Searched refs:pastY (Results 1 – 1 of 1) sorted by relevance
1498 final float[] pastY = mPastY; in addPoint() local1503 System.arraycopy(pastY, start, pastY, 0, count); in addPoint()1508 pastY[i] = y; in addPoint()1522 final float[] pastY = mPastY; in computeCurrentVelocity() local1526 final float oldestY = pastY[0]; in computeCurrentVelocity()1546 dist = pastY[i] - oldestY; in computeCurrentVelocity()