Home
last modified time | relevance | path

Searched refs:hasHoveringPointer (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/dispatcher/
DTouchedWindow.h40 bool hasHoveringPointer(DeviceId deviceId, int32_t pointerId) const;
DTouchState.cpp255 if (window.hasHoveringPointer(deviceId, pointerId)) { in getWindowsWithHoveringPointer()
DTouchedWindow.cpp72 bool TouchedWindow::hasHoveringPointer(DeviceId deviceId, int32_t pointerId) const { in hasHoveringPointer() function in android::inputdispatcher::TouchedWindow
DInputDispatcher.cpp7228 window.hasHoveringPointer(deviceId, pointerId))) { in isPointerInWindow()