Home
last modified time | relevance | path

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

/third_party/libinput/src/
H A Devdev-mt-touchpad-tap.c1176 (tp->nfingers_down > 2 || tp->old_nfingers_down > 2) && in tp_tap_exceeds_motion_threshold()
1178 tp->old_nfingers_down > tp->num_slots)) { in tp_tap_exceeds_motion_threshold()
1186 if (tp->semi_mt && tp->nfingers_down != tp->old_nfingers_down) in tp_tap_exceeds_motion_threshold()
H A Devdev-mt-touchpad.h289 unsigned int old_nfingers_down; /* previous no fingers down */ member
H A Devdev-mt-touchpad.c193 tp->nfingers_down != tp->old_nfingers_down) in tp_detect_wobbling()
1457 if (tp->nfingers_down != tp->old_nfingers_down) in tp_need_motion_history_reset()
1840 tp->old_nfingers_down = tp->nfingers_down; in tp_post_process_state()

Completed in 8 milliseconds