Home
last modified time | relevance | path

Searched refs:BUTTON_CLICK_OR_DRAG (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h557 BUTTON_CLICK_OR_DRAG, enumerator
597 case Mode::BUTTON_CLICK_OR_DRAG: in canGestureAffectWindowFocus()
DTouchInputMapper.cpp2511 mPointerGesture.currentGestureMode == PointerGesture::Mode::BUTTON_CLICK_OR_DRAG || in dispatchPointerGestures()
2558 mPointerGesture.lastGestureMode == PointerGesture::Mode::BUTTON_CLICK_OR_DRAG) { in dispatchPointerGestures()
2609 mPointerGesture.currentGestureMode == PointerGesture::Mode::BUTTON_CLICK_OR_DRAG) { in dispatchPointerGestures()
2799 if (mPointerGesture.lastGestureMode != PointerGesture::Mode::BUTTON_CLICK_OR_DRAG) { in preparePointerGestures()
2825 mPointerGesture.currentGestureMode = PointerGesture::Mode::BUTTON_CLICK_OR_DRAG; in preparePointerGestures()
3020 } else if (mPointerGesture.lastGestureMode == PointerGesture::Mode::BUTTON_CLICK_OR_DRAG && in checkForTouchpadQuietTime()