Searched refs:hasHoveringPointers (Results 1 – 5 of 5) sorted by relevance
38 bool hasHoveringPointers() const;39 bool hasHoveringPointers(DeviceId deviceId) const;
69 return !w.hasTouchingPointers() && !w.hasHoveringPointers(); in clearWindowsWithoutPointers()240 bool TouchState::hasHoveringPointers(DeviceId deviceId) const { in hasHoveringPointers() function in android::inputdispatcher::TouchState242 return window.hasHoveringPointers(deviceId); in hasHoveringPointers()
74 bool hasHoveringPointers(DeviceId deviceId) const;
41 bool TouchedWindow::hasHoveringPointers() const { in hasHoveringPointers() function in android::inputdispatcher::TouchedWindow50 bool TouchedWindow::hasHoveringPointers(DeviceId deviceId) const { in hasHoveringPointers() function in android::inputdispatcher::TouchedWindow
1228 !touchState.hasHoveringPointers(motionEntry->deviceId)) { in dispatchOnceInnerLocked()2425 if (isDown && tempTouchState.hasHoveringPointers(entry.deviceId)) { in findTouchedWindowTargetsLocked()4619 touchState.hasHoveringPointers(args.deviceId)) { in notifyMotion()