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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp4462 || mPointerGesture.lastGestureMode == PointerGesture::FREEFORM)) {
4477 case PointerGesture::FREEFORM:
4499 || mPointerGesture.currentGestureMode == PointerGesture::FREEFORM;
4758 || mPointerGesture.lastGestureMode == PointerGesture::FREEFORM)
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.
5063 && mPointerGesture.lastGestureMode != PointerGesture::FREEFORM) {
5149 // There are more than two pointers, switch to FREEFORM.
5151 ALOGD("Gestures: PRESS transitioned to FREEFORM, number of pointers %d > 2",
5155 mPointerGesture.currentGestureMode = PointerGesture::FREEFORM;
[all...]
H A DInputReader.h198 // The transition from PRESS to SWIPE or FREEFORM gesture mode is made when
1557 FREEFORM, enumerator in enum:android::TouchInputMapper::PointerGesture::Mode

Completed in 70 milliseconds