Home
last modified time | relevance | path

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

/third_party/libinput/src/
Devdev-mt-touchpad.c178 if (!(tp->queued & TOUCHPAD_EVENT_MOTION)) { in tp_detect_wobbling()
344 tp->queued |= TOUCHPAD_EVENT_MOTION; in tp_new_touch()
438 tp->queued |= TOUCHPAD_EVENT_MOTION; in tp_end_touch()
514 tp->queued |= TOUCHPAD_EVENT_MOTION; in tp_process_absolute()
523 tp->queued |= TOUCHPAD_EVENT_MOTION; in tp_process_absolute()
578 tp->queued |= TOUCHPAD_EVENT_MOTION; in tp_process_absolute_st()
587 tp->queued |= TOUCHPAD_EVENT_MOTION; in tp_process_absolute_st()
1471 if (tp->queued & TOUCHPAD_EVENT_MOTION) { in tp_need_motion_history_reset()
1473 tp->queued &= ~TOUCHPAD_EVENT_MOTION; in tp_need_motion_history_reset()
1479 if ((tp->queued & (TOUCHPAD_EVENT_OTHERAXIS|TOUCHPAD_EVENT_MOTION)) == in tp_need_motion_history_reset()
Devdev-mt-touchpad.h40 TOUCHPAD_EVENT_MOTION = bit(0), enumerator
Devdev-mt-touchpad-gestures.c745 if (tp->queued & TOUCHPAD_EVENT_MOTION) in tp_gesture_post_events()