Home | History | Annotate | Download | only in input

Lines Matching refs:FREEFORM

3276             // This value determines the area around the pointer that is affected by freeform
3284 // translated into freeform gestures.
4402 || mPointerGesture.lastGestureMode == PointerGesture::FREEFORM)) {
4417 case PointerGesture::FREEFORM:
4439 || mPointerGesture.currentGestureMode == PointerGesture::FREEFORM;
4698 || mPointerGesture.lastGestureMode == PointerGesture::FREEFORM)
4700 // Enter quiet time when exiting swipe or freeform state.
4984 // Case 5. At least two fingers down, button is not pressed. (PRESS, SWIPE or FREEFORM)
4990 // freeform gesture, or just a press or long-press at the pointer location.
4996 // a decision to transition into SWIPE or FREEFORM mode accordingly.
5003 && mPointerGesture.lastGestureMode != PointerGesture::FREEFORM) {
5089 // There are more than two pointers, switch to FREEFORM.
5091 ALOGD("Gestures: PRESS transitioned to FREEFORM, number of pointers %d > 2",
5095 mPointerGesture.currentGestureMode = PointerGesture::FREEFORM;
5106 // switch to FREEFORM.
5108 ALOGD("Gestures: PRESS transitioned to FREEFORM, distance %0.3f > %0.3f",
5112 mPointerGesture.currentGestureMode = PointerGesture::FREEFORM;
5115 // before deciding whether this is a SWIPE or FREEFORM gesture.
5144 // Pointers are moving in different directions. Switch to FREEFORM.
5146 ALOGD("Gestures: PRESS transitioned to FREEFORM, "
5154 mPointerGesture.currentGestureMode = PointerGesture::FREEFORM;
5161 // Switch from SWIPE to FREEFORM if additional pointers go down.
5165 ALOGD("Gestures: SWIPE transitioned to FREEFORM, number of pointers %d > 2",
5169 mPointerGesture.currentGestureMode = PointerGesture::FREEFORM;
5221 } else if (mPointerGesture.currentGestureMode == PointerGesture::FREEFORM) {
5222 // FREEFORM mode.
5224 ALOGD("Gestures: FREEFORM activeTouchId=%d,"
5234 if (mPointerGesture.lastGestureMode != PointerGesture::FREEFORM) {
5267 ALOGD("Gestures: FREEFORM follow up "
5282 ALOGD("Gestures: FREEFORM "
5289 ALOGD("Gestures: FREEFORM "
5322 ALOGD("Gestures: FREEFORM new "