Home
last modified time | relevance | path

Searched refs:TOUCH_END (Results 1 – 6 of 6) sorted by relevance

/third_party/libinput/src/
Devdev-mt-touchpad-edge-scroll.c346 else if (t->state == TOUCH_END) in tp_edge_scroll_handle_state()
375 case TOUCH_END: in tp_edge_scroll_handle_state()
Devdev-mt-touchpad.h53 TOUCH_END = 5, enumerator
65 CASE_RETURN_STRING(TOUCH_END); in touch_state_to_str()
Devdev-mt-touchpad-thumb.c234 if (t->state == TOUCH_END && t->index == tp->thumb.index) { in tp_thumb_update_touch()
Devdev-mt-touchpad-tap.c884 if (t->state == TOUCH_END) in tp_tap_handle_state()
925 } else if (t->state == TOUCH_END) { in tp_tap_handle_state()
Devdev-mt-touchpad.c381 case TOUCH_END: in tp_maybe_end_touch()
433 t->state = TOUCH_END; in tp_end_touch()
1426 if (t->state == TOUCH_END || in tp_position_fake_touches()
1704 if (t->state == TOUCH_END && t->history.count > 0) in tp_pre_process_state()
1827 if (t->state == TOUCH_END) { in tp_post_process_state()
Devdev-mt-touchpad-buttons.c546 if (t->state == TOUCH_END) { in tp_button_handle_state()