Searched refs:SWIPE (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputReader.cpp4461 && (mPointerGesture.lastGestureMode == PointerGesture::SWIPE
4476 case PointerGesture::SWIPE:
4498 || mPointerGesture.currentGestureMode == PointerGesture::SWIPE
4757 || mPointerGesture.lastGestureMode == PointerGesture::SWIPE
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 o
[all...]
H A DInputReader.h198 // The transition from PRESS to SWIPE or FREEFORM gesture mode is made when
202 // The transition from PRESS to SWIPE gesture mode can only occur when the
209 // The transition from PRESS to SWIPE gesture mode can only occur when the
1551 SWIPE, enumerator in enum:android::TouchInputMapper::PointerGesture::Mode

Completed in 112 milliseconds