Home
last modified time | relevance | path

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

/third_party/libinput/src/
Devdev-mt-touchpad-tap.c829 (tp->nfingers_down > 2 || tp->old_nfingers_down > 2) && in tp_tap_exceeds_motion_threshold()
831 tp->old_nfingers_down > tp->num_slots)) { in tp_tap_exceeds_motion_threshold()
839 if (tp->semi_mt && tp->nfingers_down != tp->old_nfingers_down) in tp_tap_exceeds_motion_threshold()
Devdev-mt-touchpad.h273 unsigned int old_nfingers_down; /* previous no fingers down */ member
Devdev-mt-touchpad.c172 tp->nfingers_down != tp->old_nfingers_down) in tp_detect_wobbling()
1462 if (tp->nfingers_down != tp->old_nfingers_down) in tp_need_motion_history_reset()
1839 tp->old_nfingers_down = tp->nfingers_down; in tp_post_process_state()