Searched refs:hasTouchingPointers (Results 1 – 5 of 5) sorted by relevance
35 bool TouchState::hasTouchingPointers(DeviceId deviceId) const { in hasTouchingPointers() function in android::inputdispatcher::TouchState37 return window.hasTouchingPointers(deviceId); in hasTouchingPointers()69 return !w.hasTouchingPointers() && !w.hasHoveringPointers(); in clearWindowsWithoutPointers()185 if (!window.hasTouchingPointers(deviceId)) { in getFirstForegroundWindowHandle()199 if (!window.hasTouchingPointers(deviceId)) { in isSlippery()216 if (!window.hasTouchingPointers(deviceId)) { in getWallpaperWindow()236 return window.hasTouchingPointers(deviceId); in isDown()
46 bool hasTouchingPointers() const;47 bool hasTouchingPointers(DeviceId deviceId) const;
42 bool hasTouchingPointers(DeviceId deviceId) const;
112 bool TouchedWindow::hasTouchingPointers() const { in hasTouchingPointers() function in android::inputdispatcher::TouchedWindow121 bool TouchedWindow::hasTouchingPointers(DeviceId deviceId) const { in hasTouchingPointers() function in android::inputdispatcher::TouchedWindow
810 if (touchedWindow.hasTouchingPointers(entry.deviceId)) { in shouldSplitTouch()1227 if (!touchState.hasTouchingPointers(motionEntry->deviceId) && in dispatchOnceInnerLocked()4618 if (touchState.hasTouchingPointers(args.deviceId) || in notifyMotion()