Lines Matching refs:mMotionMementos

4106     return mKeyMementos.isEmpty() && mMotionMementos.isEmpty();  in isNeutral()
4111 for (size_t i = 0; i < mMotionMementos.size(); i++) { in isHovering()
4112 const MotionMemento& memento = mMotionMementos.itemAt(i); in isHovering()
4182 mMotionMementos.removeAt(index); in trackMotion()
4196 mMotionMementos.removeAt(index); in trackMotion()
4221 mMotionMementos.removeAt(index); in trackMotion()
4223 MotionMemento& memento = mMotionMementos.editItemAt(index); in trackMotion()
4234 MotionMemento& memento = mMotionMementos.editItemAt(index); in trackMotion()
4249 mMotionMementos.removeAt(index); in trackMotion()
4263 mMotionMementos.removeAt(index); in trackMotion()
4289 for (size_t i = 0; i < mMotionMementos.size(); i++) { in findMotionMemento()
4290 const MotionMemento& memento = mMotionMementos.itemAt(i); in findMotionMemento()
4316 mMotionMementos.push(); in addMotionMemento()
4317 MotionMemento& memento = mMotionMementos.editTop(); in addMotionMemento()
4350 for (size_t i = 0; i < mMotionMementos.size(); i++) { in synthesizeCancelationEvents()
4351 const MotionMemento& memento = mMotionMementos.itemAt(i); in synthesizeCancelationEvents()
4369 mMotionMementos.clear(); in clear()
4374 for (size_t i = 0; i < mMotionMementos.size(); i++) { in copyPointerStateTo()
4375 const MotionMemento& memento = mMotionMementos.itemAt(i); in copyPointerStateTo()
4377 for (size_t j = 0; j < other.mMotionMementos.size(); ) { in copyPointerStateTo()
4378 const MotionMemento& otherMemento = other.mMotionMementos.itemAt(j); in copyPointerStateTo()
4382 other.mMotionMementos.removeAt(j); in copyPointerStateTo()
4387 other.mMotionMementos.push(memento); in copyPointerStateTo()