Searched refs:removeHoveringPointer (Results 1 – 5 of 5) sorted by relevance
53 void removeHoveringPointer(DeviceId deviceId, int32_t pointerId);
42 void removeHoveringPointer(DeviceId deviceId, int32_t pointerId);
262 void TouchState::removeHoveringPointer(int32_t hoveringDeviceId, int32_t hoveringPointerId) { in removeHoveringPointer() function in android::inputdispatcher::TouchState264 window.removeHoveringPointer(hoveringDeviceId, hoveringPointerId); in removeHoveringPointer()
266 void TouchedWindow::removeHoveringPointer(DeviceId deviceId, int32_t pointerId) { in removeHoveringPointer() function in android::inputdispatcher::TouchedWindow
2619 tempTouchState.removeHoveringPointer(entry.deviceId, pointerId); in findTouchedWindowTargetsLocked()