• Home
  • Raw
  • Download

Lines Matching refs:mMotionMementos

4672     return mKeyMementos.empty() && mMotionMementos.empty();  in isNeutral()
4677 for (const MotionMemento& memento : mMotionMementos) { in isHovering()
4747 mMotionMementos.erase(mMotionMementos.begin() + index); in trackMotion()
4761 mMotionMementos.erase(mMotionMementos.begin() + index); in trackMotion()
4786 mMotionMementos.erase(mMotionMementos.begin() + index); in trackMotion()
4788 MotionMemento& memento = mMotionMementos[index]; in trackMotion()
4799 MotionMemento& memento = mMotionMementos[index]; in trackMotion()
4814 mMotionMementos.erase(mMotionMementos.begin() + index); in trackMotion()
4829 mMotionMementos.erase(mMotionMementos.begin() + index); in trackMotion()
4856 for (size_t i = 0; i < mMotionMementos.size(); i++) { in findMotionMemento()
4857 const MotionMemento& memento = mMotionMementos[i]; in findMotionMemento()
4895 mMotionMementos.push_back(memento); in addMotionMemento()
4917 for (const MotionMemento& memento : mMotionMementos) { in synthesizeCancelationEvents()
4934 mMotionMementos.clear(); in clear()
4939 for (size_t i = 0; i < mMotionMementos.size(); i++) { in copyPointerStateTo()
4940 const MotionMemento& memento = mMotionMementos[i]; in copyPointerStateTo()
4942 for (size_t j = 0; j < other.mMotionMementos.size(); ) { in copyPointerStateTo()
4943 const MotionMemento& otherMemento = other.mMotionMementos[j]; in copyPointerStateTo()
4947 other.mMotionMementos.erase(other.mMotionMementos.begin() + j); in copyPointerStateTo()
4952 other.mMotionMementos.push_back(memento); in copyPointerStateTo()