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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp5249 if (mPointerGesture.currentGestureMode == PointerGesture::FREEFORM) {
5263 && mPointerGesture.lastGestureMode == PointerGesture::FREEFORM) {
5278 case PointerGesture::FREEFORM:
5300 || mPointerGesture.currentGestureMode == PointerGesture::FREEFORM;
5560 || mPointerGesture.lastGestureMode == PointerGesture::FREEFORM)
5845 // Case 5. At least two fingers down, button is not pressed. (PRESS, SWIPE or FREEFORM)
5857 // a decision to transition into SWIPE or FREEFORM mode accordingly.
5864 && mPointerGesture.lastGestureMode != PointerGesture::FREEFORM) {
5950 // There are more than two pointers, switch to FREEFORM.
5952 ALOGD("Gestures: PRESS transitioned to FREEFORM, numbe
[all...]
H A DInputReader.h146 // The transition from PRESS to SWIPE or FREEFORM gesture mode is made when
1680 FREEFORM, enumerator in enum:android::TouchInputMapper::PointerGesture::Mode

Completed in 89 milliseconds