Searched refs:NUM_PAST (Results 1 – 1 of 1) sorted by relevance
1403 static final int NUM_PAST = 4; field in KeyboardView.SwipeTracker1406 final float mPastX[] = new float[NUM_PAST];1407 final float mPastY[] = new float[NUM_PAST];1408 final long mPastTime[] = new long[NUM_PAST];1431 for (i=0; i<NUM_PAST; i++) { in addPoint()1438 if (i == NUM_PAST && drop < 0) { in addPoint()1446 final int count = NUM_PAST-drop-1; in addPoint()1456 if (i < NUM_PAST) { in addPoint()1476 while (N < NUM_PAST) { in computeCurrentVelocity()