Home
last modified time | relevance | path

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

/third_party/libinput/src/
H A Devdev-mt-touchpad.h50 TOUCH_BEGIN = 2, enumerator
62 CASE_RETURN_STRING(TOUCH_BEGIN); in touch_state_to_str()
H A Devdev-mt-touchpad-thumb.c253 if (t->state == TOUCH_BEGIN && tp_thumb_needs_jail(tp, t)) { in tp_thumb_update_touch()
290 if (t->state == TOUCH_BEGIN) in tp_thumb_update_multifinger()
H A Devdev-mt-touchpad-edge-scroll.c370 if (t->state == TOUCH_BEGIN) in tp_edge_scroll_handle_state()
388 case TOUCH_BEGIN: in tp_edge_scroll_handle_state()
H A Devdev-mt-touchpad.c335 if (t->state == TOUCH_BEGIN || in tp_new_touch()
372 t->state = TOUCH_BEGIN; in tp_begin_touch()
407 case TOUCH_BEGIN: in tp_maybe_end_touch()
835 return (t->state == TOUCH_BEGIN || t->state == TOUCH_UPDATE) && in tp_touch_active()
846 return (t->state == TOUCH_BEGIN || t->state == TOUCH_UPDATE) && in tp_touch_active_for_gesture()
893 t->state == TOUCH_BEGIN) { in tp_palm_detect_dwt_triggered()
929 t->state == TOUCH_BEGIN && in tp_palm_detect_trackpoint_triggered()
1085 if (t->state != TOUCH_BEGIN || !tp_palm_in_edge(tp, t)) in tp_palm_detect_edge()
1249 if (t->state == TOUCH_BEGIN || in tp_unhover_pressure()
1788 if (t->state == TOUCH_BEGIN) { in tp_process_state()
[all...]
H A Devdev-mt-touchpad-buttons.c540 if (t->state == TOUCH_BEGIN) { in tp_button_handle_state()
1123 if (t->state != TOUCH_BEGIN && t->state != TOUCH_UPDATE) in tp_clickfinger_set_button()
H A Devdev-mt-touchpad-tap.c1246 if (t->state != TOUCH_BEGIN) { in tp_tap_handle_state()
1251 } else if (t->state == TOUCH_BEGIN) { in tp_tap_handle_state()

Completed in 10 milliseconds