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

/frameworks/base/services/input/
H A DInputReader.cpp4303 case PointerGesture::PRESS:
4329 || mPointerGesture.currentGestureMode == PointerGesture::PRESS
4580 if ((mPointerGesture.lastGestureMode == PointerGesture::PRESS
4864 // Case 5. At least two fingers down, button is not pressed. (PRESS, SWIPE or FREEFORM)
4872 // When there are two fingers we start with the PRESS hypothesis and we generate a
4881 if (mPointerGesture.lastGestureMode != PointerGesture::PRESS
4901 mPointerGesture.currentGestureMode = PointerGesture::PRESS;
4951 // Consider transitions from PRESS to SWIPE or MULTITOUCH.
4952 if (mPointerGesture.currentGestureMode == PointerGesture::PRESS) {
4971 ALOGD("Gestures: PRESS transitione
[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
1483 PRESS, enumerator in enum:android::TouchInputMapper::PointerGesture::Mode

Completed in 364 milliseconds