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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp4471 case PointerGesture::PRESS:
4497 || mPointerGesture.currentGestureMode == PointerGesture::PRESS
4756 if ((mPointerGesture.lastGestureMode == PointerGesture::PRESS
5044 // Case 5. At least two fingers down, button is not pressed. (PRESS, SWIPE or FREEFORM)
5052 // When there are two fingers we start with the PRESS hypothesis and we generate a
5061 if (mPointerGesture.lastGestureMode != PointerGesture::PRESS
5081 mPointerGesture.currentGestureMode = PointerGesture::PRESS;
5131 // Consider transitions from PRESS to SWIPE or MULTITOUCH.
5132 if (mPointerGesture.currentGestureMode == PointerGesture::PRESS) {
5151 ALOGD("Gestures: PRESS transitione
[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
1545 PRESS, enumerator in enum:android::TouchInputMapper::PointerGesture::Mode

Completed in 33 milliseconds