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

  /external/chromium_org/ui/events/gesture_detection/
motion_event_buffer.h 25 // Utility class for buffering streamed MotionEventVector until a given flush.
55 typedef ScopedVector<MotionEvent> MotionEventVector;
57 void FlushWithoutResampling(MotionEventVector events);
60 MotionEventVector buffered_events_;
motion_event_buffer.cc 27 typedef ScopedVector<MotionEvent> MotionEventVector;
59 size_t CountSamplesNoLaterThan(const MotionEventVector& batch,
67 MotionEventVector ConsumeSamplesNoLaterThan(MotionEventVector* batch,
73 return MotionEventVector();
79 MotionEventVector unconsumed_batch;
172 explicit CompoundMotionEvent(MotionEventVector events)
268 MotionEventVector cloned_events;
347 MotionEventVector events_;
406 // TODO(jdduke): Use a persistent MotionEventVector vector for temporar
    [all...]

Completed in 1398 milliseconds