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

/frameworks/base/services/input/
H A DInputReader.cpp734 dump.appendFormat(INDENT2 "PointerGesture:\n");
4290 case PointerGesture::NEUTRAL:
4291 case PointerGesture::QUIET:
4293 && (mPointerGesture.lastGestureMode == PointerGesture::SWIPE
4294 || mPointerGesture.lastGestureMode == PointerGesture::FREEFORM)) {
4299 case PointerGesture::TAP:
4300 case PointerGesture::TAP_DRAG:
4301 case PointerGesture::BUTTON_CLICK_OR_DRAG:
4302 case PointerGesture::HOVER:
4303 case PointerGesture
[all...]
H A DInputReader.h1448 struct PointerGesture { struct in class:android::TouchInputMapper

Completed in 94 milliseconds