Lines Matching refs:displayId
29 bool InputState::isHovering(int32_t deviceId, uint32_t source, int32_t displayId) const { in isHovering()
32 memento.displayId == displayId && memento.hovering) { in isHovering()
102 entry->deviceId, entry->source, entry->displayId, actionMasked); in trackMotion()
156 entry->deviceId, entry->source, entry->displayId, actionMasked); in trackMotion()
170 entry->deviceId, entry->source, entry->displayId); in trackMotion()
194 memento.displayId == entry->displayId && memento.keyCode == entry->keyCode && in findKeyMemento()
206 memento.displayId == entry->displayId && memento.hovering == hovering) { in findMotionMemento()
217 memento.displayId = entry->displayId; in addKeyMemento()
231 memento.displayId = entry->displayId; in addMotionMemento()
256 memento.deviceId, memento.source, memento.displayId, in synthesizeCancelationEvents()
270 memento.source, memento.displayId, memento.policyFlags, action, in synthesizeCancelationEvents()
295 memento.displayId == otherMemento.displayId) { in copyPointerStateTo()
333 if (options.displayId && memento.displayId != options.displayId.value()) { in shouldCancelKey()
354 if (options.displayId && memento.displayId != options.displayId.value()) { in shouldCancelMotion()