Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java1458 static final int NUM_PAST = 4; field in KeyboardView.SwipeTracker
1461 final float mPastX[] = new float[NUM_PAST];
1462 final float mPastY[] = new float[NUM_PAST];
1463 final long mPastTime[] = new long[NUM_PAST];
1486 for (i=0; i<NUM_PAST; i++) { in addPoint()
1493 if (i == NUM_PAST && drop < 0) { in addPoint()
1501 final int count = NUM_PAST-drop-1; in addPoint()
1511 if (i < NUM_PAST) { in addPoint()
1531 while (N < NUM_PAST) { in computeCurrentVelocity()