Home
last modified time | relevance | path

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

/third_party/libinput/src/
Dlibinput.c2820 struct libinput_event_gesture *gesture_event; in gesture_notify() local
2825 gesture_event = zalloc(sizeof *gesture_event); in gesture_notify()
2827 *gesture_event = (struct libinput_event_gesture) { in gesture_notify()
2838 &gesture_event->base); in gesture_notify()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch46742 GestureEventWithLatencyInfo gesture_event(original_gesture_event);
46745 + if (gesture_event.event.GetType() ==
46750 if (gesture_event_queue_.PassToFlingController(gesture_event)) {