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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp5271 case PointerGesture::HOVER:
5389 if (mPointerGesture.currentGestureMode == PointerGesture::HOVER) {
5521 // If the gesture ever enters a mode other than TAP, HOVER or TAP_DRAG, without first returning
5523 if (mPointerGesture.lastGestureMode != PointerGesture::HOVER
5685 // Watch for taps coming out of HOVER or TAP_DRAG mode.
5688 if ((mPointerGesture.lastGestureMode == PointerGesture::HOVER
5755 // Case 4. Exactly one finger down, button is not pressed. (HOVER or TAP_DRAG)
5757 // When in HOVER, emit HOVER_MOVE events at the pointer location.
5761 mPointerGesture.currentGestureMode = PointerGesture::HOVER;
5813 ALOGD("Gestures: HOVER");
[all...]
H A DInputReader.h1660 // Detect taps when the finger goes up while in HOVER mode.
1661 HOVER, enumerator in enum:android::TouchInputMapper::PointerGesture::Mode

Completed in 50 milliseconds