Lines Matching refs:MotionEntry

92 bool InputState::trackMotion(const MotionEntry& entry, int32_t flags) {  in trackMotion()
202 InputState::getPointersOfLastEvent(const MotionEntry& entry, bool hovering) const { in getPointersOfLastEvent()
223 ssize_t InputState::findMotionMemento(const MotionEntry& entry, bool hovering) const { in findMotionMemento()
248 void InputState::addMotionMemento(const MotionEntry& entry, int32_t flags, bool hovering) { in addMotionMemento()
265 void InputState::MotionMemento::setPointers(const MotionEntry& entry) { in setPointers()
297 bool InputState::shouldCancelPreviousStream(const MotionEntry& motionEntry) const { in shouldCancelPreviousStream()
376 const MotionEntry& motionEntry) { in cancelConflictingInputStream()
384 std::unique_ptr<MotionEntry> cancelEntry = in cancelConflictingInputStream()
393 std::unique_ptr<MotionEntry> InputState::createCancelEntryForMemento(const MotionMemento& memento, in createCancelEntryForMemento()
401 return std::make_unique<MotionEntry>(mIdGenerator.nextId(), /*injectionState=*/nullptr, in createCancelEntryForMemento()
433 std::vector<std::unique_ptr<MotionEntry>> pointerCancelEvents = in synthesizeCancelationEvents()
480 std::make_unique<MotionEntry>(mIdGenerator.nextId(), /*injectionState=*/nullptr, in synthesizePointerDownEvents()
497 std::vector<std::unique_ptr<MotionEntry>> InputState::synthesizeCancelationEventsForPointers( in synthesizeCancelationEventsForPointers()
500 std::vector<std::unique_ptr<MotionEntry>> events; in synthesizeCancelationEventsForPointers()
534 std::make_unique<MotionEntry>(mIdGenerator.nextId(), /*injectionState=*/nullptr, in synthesizeCancelationEventsForPointers()