Lines Matching refs:touch
125 error("Unable to find a touch device.")
153 if self.touch.dirty:
154 self.current_sequence().append(self.touch)
155 self.touch = Touch(
156 major=self.touch.major,
157 minor=self.touch.minor,
158 orientation=self.touch.orientation,
198 # different sort order. Row number is index of touch
203 # 1: touch down time in ms, offset by first event
204 # 2: touch up time in ms, offset by first event
206 # Group 2, sorted by touch down-up delta time (ascending)
207 # 4: touch down time in ms, offset by first event
208 # 5: touch up time in ms, offset by first event