Home | History | Annotate | Download | only in server

Lines Matching defs:HISTORY_SIZE

103         static final int HISTORY_SIZE = 5;
107 * HISTORY_SIZE];
424 final int poff = p * MotionEvent.NUM_SAMPLE_DATA * HISTORY_SIZE;
468 if (end >= HISTORY_SIZE) {
469 end -= HISTORY_SIZE;
480 if (start >= HISTORY_SIZE) {
481 start -= HISTORY_SIZE;
501 if (start >= HISTORY_SIZE) start = 0;