Searched refs:SYN_IS_DRAG (Results 1 – 2 of 2) sorted by relevance
92 #define SYN_IS_DRAG(t) ((t) & SYN_GESTURE_DRAG) macro
1933 if (SYN_IS_DRAG(sc->gesture_type)) { in synaptics_gesture_detect()2022 if (set_buttons || SYN_IS_DRAG(sc->gesture_type)) { in synaptics_gesture_detect()2178 if (synaptics_edge_motion_delta && SYN_IS_DRAG(sc->gesture_type)) { in synaptics_movement()