Lines Matching refs:thumb
141 self.is_thumb = touch.pressure > self.device.thumb
240 self.thumb = absinfo.maximum
279 self.thumb = int(q[1])
339 print("- touches with a thumb are tagged as thumb")
350 ["Touch", "down", "up", "palm", "thumb", "min", "max", "p", "avg", "median"]
353 print(fmt.values(["Thresh", device.down, device.up, device.palm, device.thumb]))
398 "--thumb-threshold",
401 help="Threshold when a touch is a thumb",
415 device.thumb = args.thumb_threshold