Searched refs:mMotionMementos (Results 1 – 2 of 2) sorted by relevance
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()[all …]
844 std::vector<MotionMemento> mMotionMementos; variable