Home
last modified time | relevance | path

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

/third_party/libinput/src/
H A Devdev-mt-touchpad-gestures.c872 double first_mm, second_mm; /* movement since gesture start in mm */ in tp_gesture_detect_motion_gestures() local
918 second_mm = hypot(second_moved.x, second_moved.y); in tp_gesture_detect_motion_gestures()
925 if (first_mm < 1 && second_mm < 1) in tp_gesture_detect_motion_gestures()
932 finger_mm = second_mm; in tp_gesture_detect_motion_gestures()
935 thumb_mm = second_mm; in tp_gesture_detect_motion_gestures()
957 if (first_mm >= max_move || second_mm >= max_move) { in tp_gesture_detect_motion_gestures()
994 if ((first_mm < min_move) || (second_mm < min_move)) in tp_gesture_detect_motion_gestures()
1031 double first_mm, second_mm; in tp_gesture_is_pinch() local
1044 second_mm = hypot(second_moved.x, second_moved.y); in tp_gesture_is_pinch()
1045 if (second_mm < PINCH_DISAMBIGUATION_MOVE_THRESHOL in tp_gesture_is_pinch()
[all...]

Completed in 3 milliseconds