Home
last modified time | relevance | path

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

/third_party/libinput/src/
H A Devdev-mt-touchpad-gestures.c168 tp->gesture.finger_count); in tp_gesture_start()
176 tp->gesture.finger_count, in tp_gesture_start()
182 tp->gesture.finger_count, in tp_gesture_start()
501 return (tp->gesture.finger_count == 1) || in tp_gesture_is_quick_hold()
502 (tp->gesture.finger_count == 2); in tp_gesture_is_quick_hold()
519 if (tp->gesture.finger_count > 3) in tp_gesture_use_hold_timer()
704 if (tp->gesture.finger_count != 1) in tp_gesture_handle_event_on_state_pointer_motion()
881 if (tp->gesture.finger_count == 1) { in tp_gesture_detect_motion_gestures()
907 if (tp->gesture.enabled && tp->gesture.finger_count > 2 && in tp_gesture_detect_motion_gestures()
908 tp->gesture.finger_count > t in tp_gesture_detect_motion_gestures()
[all...]
H A Dlibinput-private.h700 int finger_count,
707 int finger_count,
714 int finger_count,
723 int finger_count,
730 int finger_count);
735 int finger_count,
H A Dlibinput.c201 int finger_count; member
1012 return event->finger_count; in libinput_event_gesture_get_finger_count()
2998 int finger_count, in gesture_notify()
3014 .finger_count = finger_count, in gesture_notify()
3030 int finger_count, in gesture_notify_swipe()
3034 gesture_notify(device, time, type, finger_count, 0, delta, unaccel, in gesture_notify_swipe()
3041 int finger_count, in gesture_notify_swipe_end()
3047 finger_count, cancelled, &zero, &zero, 0.0, 0.0); in gesture_notify_swipe_end()
3054 int finger_count, in gesture_notify_pinch()
2995 gesture_notify(struct libinput_device *device, uint64_t time, enum libinput_event_type type, int finger_count, bool cancelled, const struct normalized_coords *delta, const struct normalized_coords *unaccel, double scale, double angle) gesture_notify() argument
3027 gesture_notify_swipe(struct libinput_device *device, uint64_t time, enum libinput_event_type type, int finger_count, const struct normalized_coords *delta, const struct normalized_coords *unaccel) gesture_notify_swipe() argument
3039 gesture_notify_swipe_end(struct libinput_device *device, uint64_t time, int finger_count, bool cancelled) gesture_notify_swipe_end() argument
3051 gesture_notify_pinch(struct libinput_device *device, uint64_t time, enum libinput_event_type type, int finger_count, const struct normalized_coords *delta, const struct normalized_coords *unaccel, double scale, double angle) gesture_notify_pinch() argument
3065 gesture_notify_pinch_end(struct libinput_device *device, uint64_t time, int finger_count, double scale, bool cancelled) gesture_notify_pinch_end() argument
3078 gesture_notify_hold(struct libinput_device *device, uint64_t time, int finger_count) gesture_notify_hold() argument
3089 gesture_notify_hold_end(struct libinput_device *device, uint64_t time, int finger_count, bool cancelled) gesture_notify_hold_end() argument
[all...]
H A Devdev-mt-touchpad.h354 unsigned int finger_count; member
/third_party/libinput/tools/
H A Dlibinput-debug-events.c679 int finger_count = libinput_event_gesture_get_finger_count(t); in print_gesture_event_without_coords() local
691 printq("%d%s\n", finger_count, cancelled ? " cancelled" : ""); in print_gesture_event_without_coords()
/third_party/libinput/test/
H A Dtest-touchpad.c3695 int finger_count = _i; /* looped test */ in START_TEST() local
3700 if (!libevdev_has_event_code(dev->evdev, EV_KEY, map[finger_count])) in START_TEST()
3704 for (int i = 0; i < finger_count; i++) { in START_TEST()
3705 if (litest_slot_count(dev) >= finger_count) { in START_TEST()
3708 litest_event(dev, EV_KEY, map[finger_count], 1); in START_TEST()
3721 for (int i = 0; i < finger_count; i++) { in START_TEST()
3722 if (litest_slot_count(dev) < finger_count) in START_TEST()
3730 for (int i = 0; i < finger_count; i++) { in START_TEST()
3731 if (litest_slot_count(dev) >= finger_count) { in START_TEST()
3734 litest_event(dev, EV_KEY, map[finger_count], in START_TEST()
[all...]
H A Dtest-touchpad-buttons.c2129 struct range finger_count = {1, 4}; in TEST_COLLECTION() local
2161 litest_add_ranged(touchpad_clickfinger_click_drag, LITEST_CLICKPAD, LITEST_ANY, &finger_count); in TEST_COLLECTION()

Completed in 18 milliseconds