Lines Matching refs:t1
621 t1 = Touch(2, 150, 200)
627 t1.contactid = 0
630 slot1 = self.get_slot(uhdev, t1, 1)
643 r = uhdev.event([t0, t1])
664 r = uhdev.event([t0, t1])
672 t1.tipswitch = False
674 t1.inrange = False
677 r = uhdev.event([t0, t1])
679 r = uhdev.event([t1])
699 t1 = Touch(2, 150, 200)
701 r = uhdev.event([t0, t1, t2])
706 slot1 = self.get_slot(uhdev, t1, 1)
720 t1.tipswitch = False
724 t1.inrange = False
726 r = uhdev.event([t0, t1, t2])
794 t1 = Touch(2, 150, 200)
797 slot1 = self.get_slot(uhdev, t1, 1)
799 r = uhdev.event([t0, t1], contact_count=1)
913 t1 = Touch(1, 15, 20)
916 r = uhdev.event([t0, t1, t2], contact_count=2)