Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java1467 static final int NUM_PAST = 4; field in KeyboardView.SwipeTracker
1470 final float mPastX[] = new float[NUM_PAST];
1471 final float mPastY[] = new float[NUM_PAST];
1472 final long mPastTime[] = new long[NUM_PAST];
1495 for (i=0; i<NUM_PAST; i++) { in addPoint()
1502 if (i == NUM_PAST && drop < 0) { in addPoint()
1510 final int count = NUM_PAST-drop-1; in addPoint()
1520 if (i < NUM_PAST) { in addPoint()
1540 while (N < NUM_PAST) { in computeCurrentVelocity()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt22660 Landroid/inputmethodservice/KeyboardView$SwipeTracker;->NUM_PAST:I