Searched refs:hasTouchingPointer (Results 1 – 3 of 3) sorted by relevance
45 bool hasTouchingPointer(DeviceId deviceId, int32_t pointerId) const;
125 bool TouchedWindow::hasTouchingPointer(DeviceId deviceId, int32_t pointerId) const { in hasTouchingPointer() function in android::inputdispatcher::TouchedWindow
2582 if (touchedWindow.hasTouchingPointer(entry.deviceId, pointer.id) && in findTouchedWindowTargetsLocked()7227 (window.hasTouchingPointer(deviceId, pointerId) || in isPointerInWindow()