Searched refs:in_vscroll (Results 1 – 2 of 2) sorted by relevance
251 int in_vscroll; member2908 gest->in_vscroll = 0; in r_gestures()2982 (!gest->in_vscroll || two_finger_scroll) && in r_gestures()2994 gest->in_vscroll += dy ? 2 : 0; in r_gestures()2995 gest->in_vscroll += dx ? 1 : 0; in r_gestures()3003 gest->in_vscroll += 2; in r_gestures()3010 gest->in_vscroll += 1; in r_gestures()3013 if (gest->in_vscroll >= 3) in r_gestures()3014 gest->in_vscroll = (dx > dy) ? 2 : 1; in r_gestures()3020 if (two_finger_scroll && gest->in_vscroll != 0 && in r_gestures()[all …]
278 int in_vscroll; member3526 !sc->gesture.in_vscroll) {3865 gest->in_vscroll = 0;3939 (!gest->in_vscroll || two_finger_scroll)) {3963 gest->in_vscroll +=3965 gest->in_vscroll +=3975 gest->in_vscroll += 2;3983 gest->in_vscroll += 1;3987 if (gest->in_vscroll >= 3)3988 gest->in_vscroll =[all …]