HomeSort by relevance Sort by last modified time
    Searched full:pasttime (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/view/
VelocityTracker.java 71 public final long[] pastTime = new long[NUM_PAST]; // uses Long.MIN_VALUE as a sentinel
181 // Write a sentinel at the end of the pastTime trace so we will be able to
185 pointer.pastTime[lastTouchIndex] = Long.MIN_VALUE;
200 final long[] pastTime = pointer.pastTime;
206 pastTime[touchIndex] = ev.getHistoricalEventTime(j);
210 pastTime[finalTouchIndex] = ev.getEventTime();
259 final long[] pastTime = pointer.pastTime;
265 final long minTime = pastTime[lastTouchIndex] - MAX_AGE_MILLISECONDS
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java     [all...]

Completed in 189 milliseconds