Lines Matching refs:t0
590 t0 = Touch(1, 50, 100)
591 r = uhdev.event([t0])
595 slot = self.get_slot(uhdev, t0, 0)
602 t0.tipswitch = False
604 t0.inrange = False
605 r = uhdev.event([t0])
620 t0 = Touch(1, 50, 100)
629 slot0 = self.get_slot(uhdev, t0, 0)
632 r = uhdev.event([t0])
643 r = uhdev.event([t0, t1])
661 t0.tipswitch = False
663 t0.inrange = False
664 r = uhdev.event([t0, t1])
677 r = uhdev.event([t0, t1])
698 t0 = Touch(1, 50, 100)
701 r = uhdev.event([t0, t1, t2])
705 slot0 = self.get_slot(uhdev, t0, 0)
719 t0.tipswitch = False
723 t0.inrange = False
726 r = uhdev.event([t0, t1, t2])
793 t0 = Touch(1, 50, 100)
796 slot0 = self.get_slot(uhdev, t0, 0)
799 r = uhdev.event([t0, t1], contact_count=1)
836 t0 = Touch(1, 5, 10)
837 t0.cx = 50
838 t0.cy = 100
839 r = uhdev.event([t0])
866 t0 = Touch(1, 150, 200)
867 t0.tipswitch = False
868 r = uhdev.event([t0])
881 t0.tipswitch = True
882 r = uhdev.event([t0])
888 t0.tipswitch = False
889 r = uhdev.event([t0])
895 t0.inrange = False
896 r = uhdev.event([t0])
912 t0 = Touch(1, 5, 10)
916 r = uhdev.event([t0, t1, t2], contact_count=2)
939 t0 = Touch(1, 5, 10)
940 r = uhdev.event([t0])
951 r = uhdev.event([t0])
967 t0 = Touch(1, 5, 10)
968 t0.azimuth = 270
970 r = uhdev.event([t0])
1037 t0 = Touch(1, 150, 200)
1038 r = uhdev.event([t0])
1042 t0.confidence = False
1043 r = uhdev.event([t0])
1054 t0.tipswitch = False
1055 r = uhdev.event([t0])
1736 t0 = Touch(1, 150, 200)
1737 r = uhdev.event([t0])
1741 t0.confidence = False
1742 t0.tipswitch = False
1743 r = uhdev.event([t0])