Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/hid/tests/
H A Dtest_multitouch.py151 def touches_in_a_report(self): member in Digitizer
783 uhdev.touches_in_a_report == 1
831 lambda uhdev: uhdev.fields.count("X") == uhdev.touches_in_a_report,
1088 lambda uhdev: uhdev.touches_in_a_report >= uhdev.max_contacts,
1106 t = touches[: uhdev.touches_in_a_report]
1107 touches = touches[uhdev.touches_in_a_report :]