Searched refs:ResampleDelta (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/events/gesture_detection/
H A Dmotion_event_buffer_unittest.cc77 static base::TimeDelta ResampleDelta() { function in class:ui::MotionEventBufferTest
261 buffer.Flush(event_time + ResampleDelta());
399 base::TimeTicks flush_time = move.GetEventTime() + ResampleDelta();
433 base::TimeTicks flush_time = move1.GetEventTime() + ResampleDelta();
460 base::TimeTicks flush_time = move0.GetEventTime() - ResampleDelta();
474 flush_time = move0.GetEventTime() + ResampleDelta();
491 flush_time = move1.GetEventTime() + ResampleDelta();
584 base::TimeTicks flush_time = extrapolated_time + ResampleDelta();
615 flush_time = event_time + ResampleDelta();
641 base::TimeTicks flush_time = event_time + ResampleDelta();
[all...]

Completed in 375 milliseconds