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

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

Completed in 1761 milliseconds