Lines Matching refs:mMotionMementos
28 return mKeyMementos.empty() && mMotionMementos.empty(); in isNeutral()
32 for (const MotionMemento& memento : mMotionMementos) { in isHovering()
98 mMotionMementos.erase(mMotionMementos.begin() + index); in trackMotion()
112 mMotionMementos.erase(mMotionMementos.begin() + index); in trackMotion()
138 mMotionMementos.erase(mMotionMementos.begin() + index); in trackMotion()
140 MotionMemento& memento = mMotionMementos[index]; in trackMotion()
152 MotionMemento& memento = mMotionMementos[index]; in trackMotion()
169 mMotionMementos.erase(mMotionMementos.begin() + index); in trackMotion()
184 mMotionMementos.erase(mMotionMementos.begin() + index); in trackMotion()
208 for (size_t i = 0; i < mMotionMementos.size(); i++) { in findMotionMemento()
209 const MotionMemento& memento = mMotionMementos[i]; in findMotionMemento()
246 mMotionMementos.push_back(memento); in addMotionMemento()
282 for (const MotionMemento& memento : mMotionMementos) { in synthesizeCancelationEvents()
302 for (MotionMemento& memento : mMotionMementos) { in synthesizePointerDownEvents()
355 mMotionMementos.clear(); in clear()
360 for (size_t i = 0; i < mMotionMementos.size(); i++) { in mergePointerStateTo()
361 MotionMemento& memento = mMotionMementos[i]; in mergePointerStateTo()
366 for (size_t j = 0; j < other.mMotionMementos.size(); j++) { in mergePointerStateTo()
367 MotionMemento& otherMemento = other.mMotionMementos[j]; in mergePointerStateTo()
378 other.mMotionMementos.push_back(memento); in mergePointerStateTo()