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.h620 BUTTON_CLICK_OR_DRAG, enumerator
DTouchInputMapper.cpp2396 case PointerGesture::BUTTON_CLICK_OR_DRAG: in dispatchPointerGestures()
2423 mPointerGesture.currentGestureMode == PointerGesture::BUTTON_CLICK_OR_DRAG || in dispatchPointerGestures()
2685 } else if (mPointerGesture.lastGestureMode == PointerGesture::BUTTON_CLICK_OR_DRAG && in preparePointerGestures()
2734 if (mPointerGesture.lastGestureMode != PointerGesture::BUTTON_CLICK_OR_DRAG) { in preparePointerGestures()
2788 mPointerGesture.currentGestureMode = PointerGesture::BUTTON_CLICK_OR_DRAG; in preparePointerGestures()