Home | History | Annotate | Download | only in inputflinger

Lines Matching refs:SWIPE

3308             // Scale movements such that one whole swipe of the touch pad covers a
3324 // Max width between pointers to detect a swipe gesture is more than some fraction
4461 && (mPointerGesture.lastGestureMode == PointerGesture::SWIPE
4476 case PointerGesture::SWIPE:
4498 || mPointerGesture.currentGestureMode == PointerGesture::SWIPE
4757 || mPointerGesture.lastGestureMode == PointerGesture::SWIPE
4760 // Enter quiet time when exiting swipe or freeform state.
4762 // pointer when finishing a swipe and there is still one pointer left onscreen.
5044 // Case 5. At least two fingers down, button is not pressed. (PRESS, SWIPE or FREEFORM)
5056 // a decision to transition into SWIPE or FREEFORM mode accordingly.
5062 && mPointerGesture.lastGestureMode != PointerGesture::SWIPE
5131 // Consider transitions from PRESS to SWIPE or MULTITOUCH.
5165 // There are two pointers but they are too far apart for a SWIPE,
5175 // before deciding whether this is a SWIPE or FREEFORM gesture.
5193 // Pointers are moving in the same direction. Switch to SWIPE.
5195 ALOGD("Gestures: PRESS transitioned to SWIPE, "
5202 mPointerGesture.currentGestureMode = PointerGesture::SWIPE;
5220 } else if (mPointerGesture.currentGestureMode == PointerGesture::SWIPE) {
5221 // Switch from SWIPE to FREEFORM if additional pointers go down.
5225 ALOGD("Gestures: SWIPE transitioned to FREEFORM, number of pointers %d > 2",
5259 || mPointerGesture.currentGestureMode == PointerGesture::SWIPE) {
5260 // PRESS or SWIPE mode.
5262 ALOGD("Gestures: PRESS or SWIPE activeTouchId=%d,"