Lines Matching refs:isStylus
577 float y, bool isStylus, const ui::Transform& displayTransform) { in windowAcceptsTouchAt() argument
583 const bool windowCanInterceptTouch = isStylus && windowInfo.interceptsStylus(); in windowAcceptsTouchAt()
1295 const bool isStylus = isPointerFromStylus(motionEntry, /*pointerIndex=*/0); in shouldPruneInboundQueueLocked() local
1298 findTouchedWindowAtLocked(displayId, x, y, isStylus); in shouldPruneInboundQueueLocked()
1311 findTouchedSpyWindowsAtLocked(displayId, x, y, isStylus); in shouldPruneInboundQueueLocked()
1419 float x, float y, bool isStylus, in findTouchedWindowAtLocked() argument
1430 windowAcceptsTouchAt(info, displayId, x, y, isStylus, getTransformLocked(displayId))) { in findTouchedWindowAtLocked()
1466 ui::LogicalDisplayId displayId, float x, float y, bool isStylus) const { in findTouchedSpyWindowsAtLocked()
1473 if (!windowAcceptsTouchAt(info, displayId, x, y, isStylus, getTransformLocked(displayId))) { in findTouchedSpyWindowsAtLocked()
2450 const bool isStylus = isPointerFromStylus(entry, pointerIndex); in findTouchedWindowTargetsLocked() local
2452 findTouchedWindowAtLocked(displayId, x, y, isStylus); in findTouchedWindowTargetsLocked()
2493 findTouchedSpyWindowsAtLocked(displayId, x, y, isStylus); in findTouchedWindowTargetsLocked()
2628 const bool isStylus = isPointerFromStylus(entry, /*pointerIndex=*/0); in findTouchedWindowTargetsLocked() local
2633 findTouchedWindowAtLocked(displayId, x, y, isStylus); in findTouchedWindowTargetsLocked()
2855 constexpr bool isStylus = false; in finishDragAndDrop() local
2858 findTouchedWindowAtLocked(displayId, x, y, isStylus, /*ignoreDragWindow=*/true); in finishDragAndDrop()
2909 constexpr bool isStylus = false; in addDragEventLocked() local
2912 findTouchedWindowAtLocked(entry.displayId, x, y, isStylus, in addDragEventLocked()