Searched defs:MotionEventBuffer (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/events/gesture_detection/
H A Dmotion_event_buffer.h17 // Allows event forwarding and flush requests from a |MotionEventBuffer|.
34 class GESTURE_DETECTION_EXPORT MotionEventBuffer { class in namespace:ui
38 MotionEventBuffer(MotionEventBufferClient* client, bool enable_resampling);
39 ~MotionEventBuffer();
74 DISALLOW_COPY_AND_ASSIGN(MotionEventBuffer);
H A Dmotion_event_buffer.cc307 "MotionEventBuffer::TryResample prediction adjust",
317 "MotionEventBuffer::TryResample insufficient data",
329 "MotionEventBuffer::TryResample failure",
354 MotionEventBuffer::MotionEventBuffer(MotionEventBufferClient* client, function in class:ui::MotionEventBuffer
359 MotionEventBuffer::~MotionEventBuffer() {
362 void MotionEventBuffer::OnMotionEvent(const MotionEvent& event) {
397 void MotionEventBuffer::Flush(base::TimeTicks frame_time) {
447 void MotionEventBuffer
[all...]

Completed in 64 milliseconds