Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DTouchedWindow.h38 bool hasHoveringPointers() const;
39 bool hasHoveringPointers(DeviceId deviceId) const;
DTouchState.cpp69 return !w.hasTouchingPointers() && !w.hasHoveringPointers(); in clearWindowsWithoutPointers()
240 bool TouchState::hasHoveringPointers(DeviceId deviceId) const { in hasHoveringPointers() function in android::inputdispatcher::TouchState
242 return window.hasHoveringPointers(deviceId); in hasHoveringPointers()
DTouchState.h74 bool hasHoveringPointers(DeviceId deviceId) const;
DTouchedWindow.cpp41 bool TouchedWindow::hasHoveringPointers() const { in hasHoveringPointers() function in android::inputdispatcher::TouchedWindow
50 bool TouchedWindow::hasHoveringPointers(DeviceId deviceId) const { in hasHoveringPointers() function in android::inputdispatcher::TouchedWindow
DInputDispatcher.cpp1228 !touchState.hasHoveringPointers(motionEntry->deviceId)) { in dispatchOnceInnerLocked()
2425 if (isDown && tempTouchState.hasHoveringPointers(entry.deviceId)) { in findTouchedWindowTargetsLocked()
4619 touchState.hasHoveringPointers(args.deviceId)) { in notifyMotion()