Home
last modified time | relevance | path

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

/third_party/libinput/src/
Devdev-mt-touchpad.h48 TOUCH_NONE = 0, enumerator
60 CASE_RETURN_STRING(TOUCH_NONE); in touch_state_to_str()
Devdev-mt-touchpad-tap.c867 if (!t->dirty || t->state == TOUCH_NONE) in tp_tap_handle_state()
1003 if (t->state == TOUCH_NONE || in tp_tap_handle_timeout()
1027 if (t->state == TOUCH_NONE) in tp_tap_enabled_update()
1259 if (t->state == TOUCH_NONE) in tp_release_all_taps()
Devdev-mt-touchpad.c378 case TOUCH_NONE: in tp_maybe_end_touch()
397 t->state = TOUCH_NONE; in tp_maybe_end_touch()
1225 if (t->state == TOUCH_NONE) in tp_unhover_pressure()
1286 t->state == TOUCH_NONE || in tp_unhover_pressure()
1313 if (t->state == TOUCH_NONE) in tp_unhover_size()
1385 t->state == TOUCH_NONE) in tp_unhover_fake_touches()
1427 t->state == TOUCH_NONE) in tp_position_fake_touches()
1443 if (t->state == TOUCH_NONE) in tp_position_fake_touches()
1724 if (t->state == TOUCH_NONE) in tp_process_state()
1829 t->state = TOUCH_NONE; in tp_post_process_state()
Devdev-mt-touchpad-edge-scroll.c358 case TOUCH_NONE: in tp_edge_scroll_handle_state()
Devdev-mt-touchpad-thumb.c286 if (t->state == TOUCH_NONE || in tp_thumb_update_multifinger()
Devdev-mt-touchpad-buttons.c537 if (t->state == TOUCH_NONE || t->state == TOUCH_HOVERING) in tp_button_handle_state()