Searched refs:MotionMemento (Results 1 – 2 of 2) sorted by relevance
32 for (const MotionMemento& memento : mMotionMementos) { in isHovering()140 MotionMemento& memento = mMotionMementos[index]; in trackMotion()152 MotionMemento& memento = mMotionMementos[index]; in trackMotion()209 const MotionMemento& memento = mMotionMementos[i]; in findMotionMemento()233 MotionMemento memento; in addMotionMemento()249 void InputState::MotionMemento::setPointers(const MotionEntry& entry) { in setPointers()257 void InputState::MotionMemento::mergePointerStateTo(MotionMemento& other) const { in mergePointerStateTo()282 for (const MotionMemento& memento : mMotionMementos) { in synthesizeCancelationEvents()302 for (MotionMemento& memento : mMotionMementos) { in synthesizePointerDownEvents()361 MotionMemento& memento = mMotionMementos[i]; in mergePointerStateTo()[all …]
92 struct MotionMemento { struct111 void mergePointerStateTo(MotionMemento& other) const; argument117 std::vector<MotionMemento> mMotionMementos;127 static bool shouldCancelMotion(const MotionMemento& memento, const CancelationOptions& options);