Searched refs:MotionMemento (Results 1 – 2 of 2) sorted by relevance
826 struct MotionMemento { struct844 std::vector<MotionMemento> mMotionMementos; argument855 static bool shouldCancelMotion(const MotionMemento& memento,
4677 for (const MotionMemento& memento : mMotionMementos) { in isHovering()4788 MotionMemento& memento = mMotionMementos[index]; in trackMotion()4799 MotionMemento& memento = mMotionMementos[index]; in trackMotion()4857 const MotionMemento& memento = mMotionMementos[i]; in findMotionMemento()4884 MotionMemento memento; in addMotionMemento()4898 void InputDispatcher::InputState::MotionMemento::setPointers(const MotionEntry* entry) { in setPointers()4917 for (const MotionMemento& memento : mMotionMementos) { in synthesizeCancelationEvents()4940 const MotionMemento& memento = mMotionMementos[i]; in copyPointerStateTo()4943 const MotionMemento& otherMemento = other.mMotionMementos[j]; in copyPointerStateTo()5001 bool InputDispatcher::InputState::shouldCancelMotion(const MotionMemento& memento, in shouldCancelMotion()