Lines Matching refs:t
519 def get_slot(self, uhdev, t, default): argument
524 return t.contactid
527 return t.contactid - 1
752 for t in touches:
753 t.contactid += 1
757 for i, t in enumerate(touches):
758 slot = self.get_slot(uhdev, t, i)
761 assert evdev.slots[slot][libevdev.EV_ABS.ABS_MT_POSITION_X] == t.x
762 assert evdev.slots[slot][libevdev.EV_ABS.ABS_MT_POSITION_Y] == t.y
764 for t in touches:
765 t.tipswitch = False
767 t.inrange = False
772 for i, t in enumerate(touches):
773 slot = self.get_slot(uhdev, t, i)
1081 t = touches[: uhdev.touches_in_a_report]
1084 t,