Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DTouchState.h54 void clearHoveringPointers(DeviceId deviceId);
DTouchedWindow.h69 void clearHoveringPointers(DeviceId deviceId);
DTouchState.cpp60 void TouchState::clearHoveringPointers(DeviceId deviceId) { in clearHoveringPointers() function in android::inputdispatcher::TouchState
DTouchedWindow.cpp60 void TouchedWindow::clearHoveringPointers(DeviceId deviceId) { in clearHoveringPointers() function in android::inputdispatcher::TouchedWindow
DInputDispatcher.cpp2427 tempTouchState.clearHoveringPointers(entry.deviceId); in findTouchedWindowTargetsLocked()
2440 tempTouchState.clearHoveringPointers(entry.deviceId); in findTouchedWindowTargetsLocked()