Lines Matching refs:palm
137 self.is_palm = touch.pressure > self.device.palm
239 self.palm = 130 # the libinput default
275 self.palm = int(q[1])
340 print("- touches with a palm are tagged as palm")
350 ["Touch", "down", "up", "palm", "thumb", "min", "max", "p", "avg", "median"]
353 print(fmt.values(["Thresh", device.down, device.up, device.palm, device.thumb]))
392 "--palm-threshold",
395 help="Threshold when a touch is a palm",
412 device.palm = args.palm_threshold