Home
last modified time | relevance | path

Searched refs:removeHoveringPointer (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/inputflinger/dispatcher/
DTouchState.h53 void removeHoveringPointer(DeviceId deviceId, int32_t pointerId);
DTouchedWindow.h42 void removeHoveringPointer(DeviceId deviceId, int32_t pointerId);
DTouchState.cpp262 void TouchState::removeHoveringPointer(int32_t hoveringDeviceId, int32_t hoveringPointerId) { in removeHoveringPointer() function in android::inputdispatcher::TouchState
264 window.removeHoveringPointer(hoveringDeviceId, hoveringPointerId); in removeHoveringPointer()
DTouchedWindow.cpp266 void TouchedWindow::removeHoveringPointer(DeviceId deviceId, int32_t pointerId) { in removeHoveringPointer() function in android::inputdispatcher::TouchedWindow
DInputDispatcher.cpp2619 tempTouchState.removeHoveringPointer(entry.deviceId, pointerId); in findTouchedWindowTargetsLocked()