Searched refs:MotionMemento (Results 1 – 2 of 2) sorted by relevance
752 struct MotionMemento { struct770 Vector<MotionMemento> mMotionMementos; argument781 static bool shouldCancelMotion(const MotionMemento& memento,
4031 const MotionMemento& memento = mMotionMementos.itemAt(i); in isHovering()4142 MotionMemento& memento = mMotionMementos.editItemAt(index); in trackMotion()4153 MotionMemento& memento = mMotionMementos.editItemAt(index); in trackMotion()4209 const MotionMemento& memento = mMotionMementos.itemAt(i); in findMotionMemento()4236 MotionMemento& memento = mMotionMementos.editTop(); in addMotionMemento()4249 void InputDispatcher::InputState::MotionMemento::setPointers(const MotionEntry* entry) { in setPointers()4270 const MotionMemento& memento = mMotionMementos.itemAt(i); in synthesizeCancelationEvents()4294 const MotionMemento& memento = mMotionMementos.itemAt(i); in copyPointerStateTo()4297 const MotionMemento& otherMemento = other.mMotionMementos.itemAt(j); in copyPointerStateTo()4351 bool InputDispatcher::InputState::shouldCancelMotion(const MotionMemento& memento, in shouldCancelMotion()