Searched refs:MotionMemento (Results 1 – 2 of 2) sorted by relevance
765 struct MotionMemento { struct783 Vector<MotionMemento> mMotionMementos; argument794 static bool shouldCancelMotion(const MotionMemento& memento,
4112 const MotionMemento& memento = mMotionMementos.itemAt(i); in isHovering()4223 MotionMemento& memento = mMotionMementos.editItemAt(index); in trackMotion()4234 MotionMemento& memento = mMotionMementos.editItemAt(index); in trackMotion()4290 const MotionMemento& memento = mMotionMementos.itemAt(i); in findMotionMemento()4317 MotionMemento& memento = mMotionMementos.editTop(); in addMotionMemento()4330 void InputDispatcher::InputState::MotionMemento::setPointers(const MotionEntry* entry) { in setPointers()4351 const MotionMemento& memento = mMotionMementos.itemAt(i); in synthesizeCancelationEvents()4375 const MotionMemento& memento = mMotionMementos.itemAt(i); in copyPointerStateTo()4378 const MotionMemento& otherMemento = other.mMotionMementos.itemAt(j); in copyPointerStateTo()4432 bool InputDispatcher::InputState::shouldCancelMotion(const MotionMemento& memento, in shouldCancelMotion()