Home
last modified time | relevance | path

Searched refs:tp_touch_get_edge (Results 1 – 3 of 3) sorted by relevance

/third_party/libinput/src/
Devdev-mt-touchpad-edge-scroll.c73 tp_touch_get_edge(const struct tp_dispatch *tp, const struct tp_touch *t) in tp_touch_get_edge() function
120 t->scroll.edge = tp_touch_get_edge(tp, t); in tp_edge_scroll_set_state()
139 if (tp_touch_get_edge(tp, t)) { in tp_edge_scroll_handle_none()
172 t->scroll.edge &= tp_touch_get_edge(tp, t); in tp_edge_scroll_handle_edge_new()
203 t->scroll.edge &= tp_touch_get_edge(tp, t); in tp_edge_scroll_handle_edge()
404 (tp_touch_get_edge(tp, t) & t->scroll.edge) == 0) in tp_edge_scroll_post_events()
Devdev-mt-touchpad.h674 tp_touch_get_edge(const struct tp_dispatch *tp, const struct tp_touch *t);
Devdev-mt-touchpad.c1093 if (tp_touch_get_edge(tp, t) & EDGE_RIGHT) in tp_palm_detect_edge()