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

/frameworks/base/services/input/
H A DInputReader.cpp4293 && (mPointerGesture.lastGestureMode == PointerGesture::SWIPE
4308 case PointerGesture::SWIPE:
4330 || mPointerGesture.currentGestureMode == PointerGesture::SWIPE
4581 || mPointerGesture.lastGestureMode == PointerGesture::SWIPE
4864 // Case 5. At least two fingers down, button is not pressed. (PRESS, SWIPE or FREEFORM)
4876 // a decision to transition into SWIPE or FREEFORM mode accordingly.
4882 && mPointerGesture.lastGestureMode != PointerGesture::SWIPE
4951 // Consider transitions from PRESS to SWIPE or MULTITOUCH.
4985 // There are two pointers but they are too far apart for a SWIPE,
4995 // before deciding whether this is a SWIPE o
[all...]
H A DInputReader.h194 // The transition from PRESS to SWIPE or FREEFORM gesture mode is made when
198 // The transition from PRESS to SWIPE gesture mode can only occur when the
205 // The transition from PRESS to SWIPE gesture mode can only occur when the
1489 SWIPE, enumerator in enum:android::TouchInputMapper::PointerGesture::Mode

Completed in 1273 milliseconds