Home | History | Annotate | Download | only in inputflinger

Lines Matching refs:HOVER

2674         // Send hover move after UP to tell the application that the mouse is hovering now.
4001 // Handle policy on initial down or hover events.
4855 case PointerGesture::HOVER:
4970 // Send motion events for hover.
4971 if (mPointerGesture.currentGestureMode == PointerGesture::HOVER) {
4981 // Synthesize a hover move event after all pointers go up to indicate that
4983 // the touch pad. This ensures that a view will receive a fresh hover enter
5103 // If the gesture ever enters a mode other than TAP, HOVER or TAP_DRAG, without first returning
5105 HOVER
5148 // This is to prevent accidentally entering the hover state and flinging the
5270 // Watch for taps coming out of HOVER or TAP_DRAG mode.
5273 if ((mPointerGesture.lastGestureMode == PointerGesture::HOVER
5340 // Case 4. Exactly one finger down, button is not pressed. (HOVER or TAP_DRAG)
5342 // When in HOVER, emit HOVER_MOVE events at the pointer location.
5346 mPointerGesture.currentGestureMode = PointerGesture::HOVER;
5385 // When using spots, the hover or drag will occur at the position of the anchor spot.
5399 ALOGD("Gestures: HOVER");
5401 if (mPointerGesture.lastGestureMode != PointerGesture::HOVER) {
5936 // Send hover exit.
5975 // Send hover enter.
5986 // Send hover move.