Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/hid/tests/
H A Dtest_multitouch.py150 def touches_in_a_report(self): member in Digitizer
779 uhdev.touches_in_a_report == 1
827 lambda uhdev: uhdev.fields.count("X") == uhdev.touches_in_a_report,
1063 lambda uhdev: uhdev.touches_in_a_report >= uhdev.max_contacts,
1081 t = touches[: uhdev.touches_in_a_report]
1082 touches = touches[uhdev.touches_in_a_report :]