Searched refs:MotionMemento (Results 1 – 2 of 2) sorted by relevance
766 struct MotionMemento { struct784 Vector<MotionMemento> mMotionMementos; argument795 static bool shouldCancelMotion(const MotionMemento& memento,
4051 const MotionMemento& memento = mMotionMementos.itemAt(i); in isHovering()4162 MotionMemento& memento = mMotionMementos.editItemAt(index); in trackMotion()4173 MotionMemento& memento = mMotionMementos.editItemAt(index); in trackMotion()4229 const MotionMemento& memento = mMotionMementos.itemAt(i); in findMotionMemento()4256 MotionMemento& memento = mMotionMementos.editTop(); in addMotionMemento()4269 void InputDispatcher::InputState::MotionMemento::setPointers(const MotionEntry* entry) { in setPointers()4290 const MotionMemento& memento = mMotionMementos.itemAt(i); in synthesizeCancelationEvents()4314 const MotionMemento& memento = mMotionMementos.itemAt(i); in copyPointerStateTo()4317 const MotionMemento& otherMemento = other.mMotionMementos.itemAt(j); in copyPointerStateTo()4371 bool InputDispatcher::InputState::shouldCancelMotion(const MotionMemento& memento, in shouldCancelMotion()