Home
last modified time | relevance | path

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

/third_party/libinput/src/
H A Devdev-mt-touchpad-gestures.c1318 tp->gesture.finger_count_pending = 0; in tp_gesture_post_events()
1322 if (tp->gesture.finger_count_pending) in tp_gesture_post_events()
1416 if (!tp->gesture.finger_count_pending) in tp_gesture_finger_count_switch_timeout()
1420 tp->gesture.finger_count = tp->gesture.finger_count_pending; in tp_gesture_finger_count_switch_timeout()
1421 tp->gesture.finger_count_pending = 0; in tp_gesture_finger_count_switch_timeout()
1440 tp->gesture.finger_count_pending = 0; in tp_gesture_handle_state()
1444 tp->gesture.finger_count_pending = 0; in tp_gesture_handle_state()
1455 } else if (active_touches != tp->gesture.finger_count_pending) { in tp_gesture_handle_state()
1456 tp->gesture.finger_count_pending = active_touches; in tp_gesture_handle_state()
1461 tp->gesture.finger_count_pending in tp_gesture_handle_state()
[all...]
H A Devdev-mt-touchpad.h355 unsigned int finger_count_pending; member

Completed in 4 milliseconds