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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp4470 case PointerGesture::HOVER:
4585 if (mPointerGesture.currentGestureMode == PointerGesture::HOVER) {
4716 // If the gesture ever enters a mode other than TAP, HOVER or TAP_DRAG, without first returning
4718 if (mPointerGesture.lastGestureMode != PointerGesture::HOVER
4883 // Watch for taps coming out of HOVER or TAP_DRAG mode.
4886 if ((mPointerGesture.lastGestureMode == PointerGesture::HOVER
4953 // Case 4. Exactly one finger down, button is not pressed. (HOVER or TAP_DRAG)
4955 // When in HOVER, emit HOVER_MOVE events at the pointer location.
4959 mPointerGesture.currentGestureMode = PointerGesture::HOVER;
5012 ALOGD("Gestures: HOVER");
[all...]
H A DInputReader.h1537 // Detect taps when the finger goes up while in HOVER mode.
1538 HOVER, enumerator in enum:android::TouchInputMapper::PointerGesture::Mode

Completed in 171 milliseconds