Searched refs:memento (Results 1 – 2 of 2) sorted by relevance
3869 const MotionMemento& memento = mMotionMementos.itemAt(i); in isHovering() local3870 if (memento.deviceId == deviceId in isHovering()3871 && memento.source == source in isHovering()3872 && memento.hovering) { in isHovering()3963 MotionMemento& memento = mMotionMementos.editItemAt(index); in trackMotion() local3964 memento.setPointers(entry); in trackMotion()4011 const KeyMemento& memento = mKeyMementos.itemAt(i); in findKeyMemento() local4012 if (memento.deviceId == entry->deviceId in findKeyMemento()4013 && memento.source == entry->source in findKeyMemento()4014 && memento.keyCode == entry->keyCode in findKeyMemento()[all …]
774 static bool shouldCancelKey(const KeyMemento& memento,776 static bool shouldCancelMotion(const MotionMemento& memento,