Home
last modified time | relevance | path

Searched refs:thumb_mm (Results 1 - 1 of 1) sorted by relevance

/third_party/libinput/src/
H A Devdev-mt-touchpad-gestures.c873 double thumb_mm, finger_mm; in tp_gesture_detect_motion_gestures() local
931 thumb_mm = first_mm; in tp_gesture_detect_motion_gestures()
935 thumb_mm = second_mm; in tp_gesture_detect_motion_gestures()
963 if (tp->thumb.detect_thumbs && thumb_mm < min_move) { in tp_gesture_detect_motion_gestures()
1283 double thumb_mm; in tp_gesture_thumb_moved() local
1293 thumb_mm = hypot(thumb_moved.x, thumb_moved.y); in tp_gesture_thumb_moved()
1294 return thumb_mm >= PINCH_DISAMBIGUATION_MOVE_THRESHOLD; in tp_gesture_thumb_moved()

Completed in 3 milliseconds