Lines Matching refs:MotionEvent
88 struct MotionEvent {
108 void InitializeFrom(MotionEvent& other)
147 std::vector<MotionEvent> samples;
155 void InitializeFrom(const MotionEvent &event)
205 void AddHistory(const MotionEvent &event)
240 MotionEvent inputEvent_;
241 MotionEvent outputEvent_;
246 void EventDump(const char *msg, MotionEvent &event);
248 bool UpdateBatch(MotionEvent** outEvent, ErrCode &result);
249 void UpdatePointerEvent(MotionEvent* outEvent);
250 ErrCode ConsumeBatch(int64_t frameTime, MotionEvent** outEvent);
251 ErrCode ConsumeSamples(Batch& batch, size_t count, MotionEvent** outEvent);
252 void AddSample(MotionEvent* outEvent, const MotionEvent* event);
253 void UpdateTouchState(MotionEvent &event);
254 void ResampleTouchState(int64_t sampleTime, MotionEvent* event, const MotionEvent* next);
255 void ResampleCoordinates(int64_t sampleTime, MotionEvent* event, TouchState &touchState,
259 bool CanAddSample(const Batch &batch, MotionEvent &event);
260 void RewriteMessage(TouchState& state, MotionEvent &event);