Home | History | Annotate | Download | only in input

Lines Matching refs:PRESS

3513         // Pointer just went down.  Check for virtual key press or off-screen touches.
3994 case PointerGesture::PRESS:
4020 || mPointerGesture.currentGestureMode == PointerGesture::PRESS
4270 if ((mPointerGesture.lastGestureMode == PointerGesture::PRESS
4282 // fingers down. This may indicate that one finger was used to press the button
4554 // Case 5. At least two fingers down, button is not pressed. (PRESS, SWIPE or FREEFORM)
4560 // freeform gesture, or just a press or long-press at the pointer location.
4562 // When there are two fingers we start with the PRESS hypothesis and we generate a
4571 if (mPointerGesture.lastGestureMode != PointerGesture::PRESS
4591 mPointerGesture.currentGestureMode = PointerGesture::PRESS;
4641 // Consider transitions from PRESS to SWIPE or MULTITOUCH.
4642 if (mPointerGesture.currentGestureMode == PointerGesture::PRESS) {
4661 LOGD("Gestures: PRESS
4678 LOGD("Gestures: PRESS transitioned to FREEFORM, distance %0.3f > %0.3f",
4705 LOGD("Gestures: PRESS transitioned to SWIPE, "
4716 LOGD("Gestures: PRESS transitioned to FREEFORM, "
4744 // except in PRESS mode while waiting for a transition to occur.
4745 if (mPointerGesture.currentGestureMode != PointerGesture::PRESS
4768 if (mPointerGesture.currentGestureMode == PointerGesture::PRESS
4770 // PRESS or SWIPE mode.
4772 LOGD("Gestures: PRESS or SWIPE activeTouchId=%d,"