Home
last modified time | relevance | path

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

/third_party/libinput/src/
H A Devdev-mt-touchpad.c615 unsigned int nfake_touches; in tp_restore_synaptics_touches() local
617 nfake_touches = tp_fake_finger_count(tp); in tp_restore_synaptics_touches()
618 if (nfake_touches < 3) in tp_restore_synaptics_touches()
621 if (tp->nfingers_down >= nfake_touches || in tp_restore_synaptics_touches()
622 (tp->nfingers_down == tp->num_slots && nfake_touches == tp->num_slots)) in tp_restore_synaptics_touches()
650 unsigned int nfake_touches; in tp_process_fake_touches() local
653 nfake_touches = tp_fake_finger_count(tp); in tp_process_fake_touches()
654 if (nfake_touches == FAKE_FINGER_OVERFLOW) in tp_process_fake_touches()
684 nfake_touches > 1 && tp->has_mt && in tp_process_fake_touches()
686 nfake_touches > t in tp_process_fake_touches()
1210 unsigned int nfake_touches; tp_unhover_pressure() local
1339 unsigned int nfake_touches; tp_unhover_fake_touches() local
[all...]

Completed in 4 milliseconds