Lines Matching defs:memento
33 for (const MotionMemento& memento : mMotionMementos) { in isHovering() local
154 MotionMemento& memento = mMotionMementos[index]; in trackMotion() local
166 MotionMemento& memento = mMotionMementos[index]; in trackMotion() local
213 const KeyMemento& memento = mKeyMementos[i]; in findKeyMemento() local
225 const MotionMemento& memento = mMotionMementos[i]; in findMotionMemento() local
235 KeyMemento memento; in addKeyMemento() local
249 MotionMemento memento; in addMotionMemento() local
381 const MotionMemento& memento = mMotionMementos.back(); in cancelConflictingInputStream() local
393 std::unique_ptr<MotionEntry> InputState::createCancelEntryForMemento(const MotionMemento& memento, in createCancelEntryForMemento()
428 for (const MotionMemento& memento : mMotionMementos) { in synthesizeCancelationEvents() local
498 const MotionMemento& memento, std::bitset<MAX_POINTER_ID + 1> pointerIds, in synthesizeCancelationEventsForPointers()
561 MotionMemento& memento = mMotionMementos[i]; in mergePointerStateTo() local
600 bool InputState::shouldCancelKey(const KeyMemento& memento, const CancelationOptions& options) { in shouldCancelKey()
624 bool InputState::shouldCancelMotion(const MotionMemento& memento, in shouldCancelMotion()
649 for (const InputState::MotionMemento& memento : state.mMotionMementos) { in operator <<() local