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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp4468 case PointerGesture::TAP_DRAG:
4495 || mPointerGesture.currentGestureMode == PointerGesture::TAP_DRAG
4716 // If the gesture ever enters a mode other than TAP, HOVER or TAP_DRAG, without first returning
4720 && mPointerGesture.lastGestureMode != PointerGesture::TAP_DRAG) {
4883 // Watch for taps coming out of HOVER or TAP_DRAG mode.
4884 // Checking for taps after TAP_DRAG allows us to detect double-taps.
4887 || mPointerGesture.lastGestureMode == PointerGesture::TAP_DRAG)
4953 // Case 4. Exactly one finger down, button is not pressed. (HOVER or TAP_DRAG)
4956 // When in TAP_DRAG, emit MOVE events at the pointer location.
4966 mPointerGesture.currentGestureMode = PointerGesture::TAP_DRAG;
[all...]
H A DInputReader.h1525 // Detect double-taps when the finger goes up while in TAP_DRAG mode.
1526 TAP_DRAG, enumerator in enum:android::TouchInputMapper::PointerGesture::Mode

Completed in 323 milliseconds