Searched refs:mPointerGesture (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/services/inputflinger/reader/mapper/ |
D | TouchInputMapper.cpp | 1386 mPointerGesture.reset(); in reset() 2185 mPointerGesture.lastGestureProperties, in dispatchGestureButtonRelease() 2186 mPointerGesture.lastGestureCoords, in dispatchGestureButtonRelease() 2187 mPointerGesture.lastGestureIdToIndex, idBits, -1, in dispatchGestureButtonRelease() 2189 mPointerGesture.downTime, MotionClassification::NONE)); in dispatchGestureButtonRelease() 2208 buttonState, 0, mPointerGesture.currentGestureProperties, in dispatchGestureButtonPress() 2209 mPointerGesture.currentGestureCoords, in dispatchGestureButtonPress() 2210 mPointerGesture.currentGestureIdToIndex, idBits, -1, in dispatchGestureButtonPress() 2212 mPointerGesture.downTime, MotionClassification::NONE)); in dispatchGestureButtonPress() 2497 mPointerGesture.currentGestureMode == PointerGesture::Mode::SWIPE in dispatchPointerGestures() [all …]
|
D | TouchInputMapper.h | 689 } mPointerGesture; variable
|