Searched refs:touches_in_a_report (Results 1 – 1 of 1) sorted by relevance
150 def touches_in_a_report(self): member in Digitizer779 uhdev.touches_in_a_report == 1827 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 :]