Home
last modified time | relevance | path

Searched refs:CompoundMotionEvent (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ui/events/gesture_detection/
Dmotion_event_buffer.cc170 class CompoundMotionEvent : public ui::MotionEvent { class
172 explicit CompoundMotionEvent(MotionEventVector events) in CompoundMotionEvent() function in ui::__anonc482fbc30111::CompoundMotionEvent
176 virtual ~CompoundMotionEvent() {} in ~CompoundMotionEvent()
273 new CompoundMotionEvent(cloned_events.Pass())); in Clone()
349 DISALLOW_COPY_AND_ASSIGN(CompoundMotionEvent);
423 CompoundMotionEvent resampled_event(events.Pass()); in Flush()
460 CompoundMotionEvent compound_event(events.Pass()); in FlushWithoutResampling()