Home
last modified time | relevance | path

Searched refs:detect_thumbs (Results 1 – 4 of 4) sorted by relevance

/third_party/libinput/src/
Devdev-mt-touchpad-thumb.c135 return (tp->thumb.detect_thumbs && in tp_thumb_ignored()
148 return (tp->thumb.detect_thumbs && in tp_thumb_ignored_for_tap()
159 return (tp->thumb.detect_thumbs && in tp_thumb_ignored_for_gesture()
211 if (!tp->thumb.detect_thumbs) in tp_thumb_update_touch()
394 tp->thumb.detect_thumbs = false; in tp_init_thumb()
406 tp->thumb.detect_thumbs = true; in tp_init_thumb()
Devdev-mt-touchpad.h466 bool detect_thumbs; member
Devdev-mt-touchpad-gestures.c544 if (tp->thumb.detect_thumbs && thumb_mm < min_move) { in tp_gesture_handle_state_unknown()
Devdev-mt-touchpad.c1793 if (tp->thumb.detect_thumbs && in tp_process_state()