Home | History | Annotate | Download | only in gesture_detection

Lines Matching defs:touch_event_

31     touch_event_.set_flags(kDefaultEventFlags);
110 touch_event_.set_event_time(base::TimeTicks::Now());
112 SendTouchGestures(touch_event_, pending_gesture_packet_));
155 touch_event_.PressPoint(x, y);
156 touch_event_.SetRawOffset(raw_offset_.x(), raw_offset_.y());
161 touch_event_.MovePoint(index, x, y);
162 touch_event_.SetRawOffset(raw_offset_.x(), raw_offset_.y());
167 touch_event_.ReleasePoint();
172 touch_event_.CancelPoint();
180 void ResetTouchPoints() { touch_event_ = MockMotionEvent(); }
190 return touch_event_.GetEventTime();
237 touch_event_.GetX(0),
238 touch_event_.GetY(0),
239 touch_event_.GetRawX(0),
240 touch_event_.GetRawY(0),
249 MockMotionEvent touch_event_;