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