Searched refs:MotionMemento (Results 1 – 2 of 2) sorted by relevance
748 struct MotionMemento { struct765 Vector<MotionMemento> mMotionMementos; argument776 static bool shouldCancelMotion(const MotionMemento& memento,
3869 const MotionMemento& memento = mMotionMementos.itemAt(i); in isHovering()3963 MotionMemento& memento = mMotionMementos.editItemAt(index); in trackMotion()4025 const MotionMemento& memento = mMotionMementos.itemAt(i); in findMotionMemento()4051 MotionMemento& memento = mMotionMementos.editTop(); in addMotionMemento()4063 void InputDispatcher::InputState::MotionMemento::setPointers(const MotionEntry* entry) { in setPointers()4084 const MotionMemento& memento = mMotionMementos.itemAt(i); in synthesizeCancelationEvents()4106 const MotionMemento& memento = mMotionMementos.itemAt(i); in copyPointerStateTo()4109 const MotionMemento& otherMemento = other.mMotionMementos.itemAt(j); in copyPointerStateTo()4162 bool InputDispatcher::InputState::shouldCancelMotion(const MotionMemento& memento, in shouldCancelMotion()