Searched refs:palm (Results 1 - 8 of 8) sorted by relevance
/third_party/libinput/src/ |
H A D | evdev-mt-touchpad.c | 359 t->palm.state = PALM_NONE; in tp_new_touch() 376 t->palm.time = time; in tp_begin_touch() 452 t->palm.state = PALM_NONE; in tp_end_touch() 455 t->palm.time = 0; in tp_end_touch() 836 t->palm.state == PALM_NONE && in tp_touch_active() 847 t->palm.state == PALM_NONE && in tp_touch_active_for_gesture() 857 return t->palm.first.x < tp->palm.left_edge || in tp_palm_was_in_side_edge() 858 t->palm.first.x > tp->palm in tp_palm_was_in_side_edge() [all...] |
H A D | evdev-mt-touchpad.h | 265 } palm; member 437 unsigned int nfingers_down; /* number of fingers down for tapping (excl. thumb/palm) */ 462 } palm; member
|
H A D | evdev-mt-touchpad-edge-scroll.c | 434 if (t->palm.state != PALM_NONE || tp_thumb_ignored(tp, t)) in tp_edge_scroll_post_events()
|
H A D | evdev-mt-touchpad-buttons.c | 1129 if (t->palm.state != PALM_NONE) in tp_clickfinger_set_button()
|
H A D | evdev-mt-touchpad-tap.c | 474 * the last touch down. So in the case of finger down, palm in tp_tap_touch2_release_handle_event() 475 * down, finger up, palm detected, we use the in tp_tap_touch2_release_handle_event() 476 * palm touch's press time here instead of the finger's press in tp_tap_touch2_release_handle_event() 485 * as for the release of the finger that became a palm, in tp_tap_touch2_release_handle_event() 718 * of the finger which became a palm instead in tp_tap_touch3_release2_handle_event() 1226 /* A palm tap needs to be properly released because we might in tp_tap_handle_state() 1242 if (t->palm.state != PALM_NONE) { in tp_tap_handle_state()
|
/third_party/libinput/tools/ |
H A D | libinput-measure-touchpad-pressure.py | 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 [all...] |
H A D | libinput-measure-touch-size.py | 132 self.is_palm = touch.major > self.device.palm 161 s += " palm" 172 "palm" if self.is_palm else " ", 202 self.palm = 0 242 self.palm = int(q[1]) 310 print("Palm size used: {}".format(self.palm)) 351 "--palm-threshold", 354 help="Threshold when a touch is a palm", 365 device.palm = args.palm_threshold
|
/third_party/libwebsockets/lib/misc/fts/ |
H A D | trie-fd.c | 395 int pos = 0, n, m, nl, bp, base = 0, ra, palm, budget, sp, ofd = -1; in lws_fts_search() local 426 palm = 0; in lws_fts_search() 444 palm = pos; in lws_fts_search() 517 pos = palm; in lws_fts_search()
|
Completed in 11 milliseconds