Home | History | Annotate | Download | only in libgestures_glue

Lines Matching refs:swipe

76 // Number of fingers for swipe gestures.
183 OnGestureSwipe(gesture, &gesture->details.swipe);
316 const GestureSwipe* swipe) {
317 DVLOG(3) << base::StringPrintf("Gesture Swipe: (%f, %f) [%f, %f]",
318 swipe->dx,
319 swipe->dy,
320 swipe->ordinal_dx,
321 swipe->ordinal_dy);
326 // Swipe is 3-finger scrolling.
331 swipe->dx,
332 swipe->dy,
333 swipe->ordinal_dx,
334 swipe->ordinal_dy,
342 DVLOG(3) << base::StringPrintf("Gesture Swipe Lift");
347 // Turn a swipe lift into a fling start.