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,
4050 const MotionMemento& memento = mMotionMementos.itemAt(i); in isHovering()4161 MotionMemento& memento = mMotionMementos.editItemAt(index); in trackMotion()4172 MotionMemento& memento = mMotionMementos.editItemAt(index); in trackMotion()4228 const MotionMemento& memento = mMotionMementos.itemAt(i); in findMotionMemento()4255 MotionMemento& memento = mMotionMementos.editTop(); in addMotionMemento()4268 void InputDispatcher::InputState::MotionMemento::setPointers(const MotionEntry* entry) { in setPointers()4289 const MotionMemento& memento = mMotionMementos.itemAt(i); in synthesizeCancelationEvents()4313 const MotionMemento& memento = mMotionMementos.itemAt(i); in copyPointerStateTo()4316 const MotionMemento& otherMemento = other.mMotionMementos.itemAt(j); in copyPointerStateTo()4370 bool InputDispatcher::InputState::shouldCancelMotion(const MotionMemento& memento, in shouldCancelMotion()