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

  /external/chromium_org/ui/events/gesture_detection/
velocity_tracker.cc 765 const base::TimeDelta MIN_TIME_DELTA = TimeDelta::FromMicroseconds(2);
768 if (event_time <= state.update_time + MIN_TIME_DELTA)
  /frameworks/native/libs/input/
VelocityTracker.cpp 755 const nsecs_t MIN_TIME_DELTA = 2 * NANOS_PER_MS;
758 if (eventTime <= state.updateTime + MIN_TIME_DELTA) {
    [all...]

Completed in 78 milliseconds