Lines Matching full:swipe
3266 // Scale movements such that one whole swipe of the touch pad covers a
3282 // Max width between pointers to detect a swipe gesture is more than some fraction
4401 && (mPointerGesture.lastGestureMode == PointerGesture::SWIPE
4416 case PointerGesture::SWIPE:
4438 || mPointerGesture.currentGestureMode == PointerGesture::SWIPE
4697 || mPointerGesture.lastGestureMode == PointerGesture::SWIPE
4700 // Enter quiet time when exiting swipe or freeform state.
4702 // pointer when finishing a swipe and there is still one pointer left onscreen.
4984 // Case 5. At least two fingers down, button is not pressed. (PRESS, SWIPE or FREEFORM)
4996 // a decision to transition into SWIPE or FREEFORM mode accordingly.
5002 && mPointerGesture.lastGestureMode != PointerGesture::SWIPE
5071 // Consider transitions from PRESS to SWIPE or MULTITOUCH.
5105 // There are two pointers but they are too far apart for a SWIPE,
5115 // before deciding whether this is a SWIPE or FREEFORM gesture.
5133 // Pointers are moving in the same direction. Switch to SWIPE.
5135 ALOGD("Gestures: PRESS transitioned to SWIPE, "
5142 mPointerGesture.currentGestureMode = PointerGesture::SWIPE;
5160 } else if (mPointerGesture.currentGestureMode == PointerGesture::SWIPE) {
5161 // Switch from SWIPE to FREEFORM if additional pointers go down.
5165 ALOGD("Gestures: SWIPE transitioned to FREEFORM, number of pointers %d > 2",
5199 || mPointerGesture.currentGestureMode == PointerGesture::SWIPE) {
5200 // PRESS or SWIPE mode.
5202 ALOGD("Gestures: PRESS or SWIPE activeTouchId=%d,"