Lines Matching refs:MotionMemento
32 for (const MotionMemento& memento : mMotionMementos) { in isHovering()
140 MotionMemento& memento = mMotionMementos[index]; in trackMotion()
152 MotionMemento& memento = mMotionMementos[index]; in trackMotion()
209 const MotionMemento& memento = mMotionMementos[i]; in findMotionMemento()
233 MotionMemento memento; in addMotionMemento()
249 void InputState::MotionMemento::setPointers(const MotionEntry& entry) { in setPointers()
257 void InputState::MotionMemento::mergePointerStateTo(MotionMemento& other) const { in mergePointerStateTo()
282 for (const MotionMemento& memento : mMotionMementos) { in synthesizeCancelationEvents()
302 for (MotionMemento& memento : mMotionMementos) { in synthesizePointerDownEvents()
361 MotionMemento& memento = mMotionMementos[i]; in mergePointerStateTo()
367 MotionMemento& otherMemento = other.mMotionMementos[j]; in mergePointerStateTo()
426 bool InputState::shouldCancelMotion(const MotionMemento& memento, in shouldCancelMotion()