Lines Matching refs:HOVER
2517 // Send hover
3725 // Handle policy on initial down or hover events.
4410 case PointerGesture::HOVER:
4524 // Send motion events for hover.
4525 if (mPointerGesture.currentGestureMode == PointerGesture::HOVER) {
4535 // Synthesize a hover move event after all pointers go up to indicate that
4537 // the touch pad. This ensures that a view will receive a fresh hover enter
4656 // If the gesture ever enters a mode other than TAP, HOVER or TAP_DRAG, without first returning
4658 if (mPointerGesture.lastGestureMode != PointerGesture::HOVER
4701 // This is to prevent accidentally entering the hover state and flinging the
4823 // Watch for taps coming out of HOVER or TAP_DRAG mode.
4826 if ((mPointerGesture.lastGestureMode == PointerGesture::HOVER
4893 // Case 4. Exactly one finger down, button is not pressed. (HOVER or TAP_DRAG)
4895 // When in HOVER, emit HOVER_MOVE events at the pointer location.
4899 mPointerGesture.currentGestureMode = PointerGesture::HOVER;
4938 // When using spots, the hover or drag will occur at the position of the anchor spot.
4952 ALOGD("Gestures: HOVER");
4954 if (mPointerGesture.lastGestureMode != PointerGesture::HOVER) {
5486 // Send hover exit.
5525 // Send hover enter.
5535 // Send hover move.