Home
last modified time | relevance | path

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

/third_party/libinput/src/
H A Devdev-mt-touchpad.c199 if (!(tp->queued & TOUCHPAD_EVENT_MOTION)) { in tp_detect_wobbling()
365 tp->queued |= TOUCHPAD_EVENT_MOTION; in tp_new_touch()
457 tp->queued |= TOUCHPAD_EVENT_MOTION; in tp_end_touch()
532 tp->queued |= TOUCHPAD_EVENT_MOTION; in tp_process_absolute()
540 tp->queued |= TOUCHPAD_EVENT_MOTION; in tp_process_absolute()
592 tp->queued |= TOUCHPAD_EVENT_MOTION; in tp_process_absolute_st()
600 tp->queued |= TOUCHPAD_EVENT_MOTION; in tp_process_absolute_st()
1466 if (tp->queued & TOUCHPAD_EVENT_MOTION) { in tp_need_motion_history_reset()
1468 tp->queued &= ~TOUCHPAD_EVENT_MOTION; in tp_need_motion_history_reset()
1474 if ((tp->queued & (TOUCHPAD_EVENT_OTHERAXIS|TOUCHPAD_EVENT_MOTION)) in tp_need_motion_history_reset()
[all...]
H A Devdev-mt-touchpad-gestures.c211 if (!(tp->queued & TOUCHPAD_EVENT_MOTION)) in tp_has_pending_pointer_motion()
1146 if (tp->queued & TOUCHPAD_EVENT_MOTION) in tp_gesture_handle_state_hold_and_pointer_motion()
1155 if (tp->queued & TOUCHPAD_EVENT_MOTION) in tp_gesture_handle_state_pointer_motion()
H A Devdev-mt-touchpad.h40 TOUCHPAD_EVENT_MOTION = bit(0), enumerator

Completed in 9 milliseconds