Lines Matching refs:mMotionMementos
26 return mKeyMementos.empty() && mMotionMementos.empty(); in isNeutral()
30 for (const MotionMemento& memento : mMotionMementos) { in isHovering()
96 mMotionMementos.erase(mMotionMementos.begin() + index); in trackMotion()
110 mMotionMementos.erase(mMotionMementos.begin() + index); in trackMotion()
136 mMotionMementos.erase(mMotionMementos.begin() + index); in trackMotion()
138 MotionMemento& memento = mMotionMementos[index]; in trackMotion()
149 MotionMemento& memento = mMotionMementos[index]; in trackMotion()
164 mMotionMementos.erase(mMotionMementos.begin() + index); in trackMotion()
179 mMotionMementos.erase(mMotionMementos.begin() + index); in trackMotion()
203 for (size_t i = 0; i < mMotionMementos.size(); i++) { in findMotionMemento()
204 const MotionMemento& memento = mMotionMementos[i]; in findMotionMemento()
239 mMotionMementos.push_back(memento); in addMotionMemento()
264 for (const MotionMemento& memento : mMotionMementos) { in synthesizeCancelationEvents()
283 mMotionMementos.clear(); in clear()
288 for (size_t i = 0; i < mMotionMementos.size(); i++) { in copyPointerStateTo()
289 const MotionMemento& memento = mMotionMementos[i]; in copyPointerStateTo()
291 for (size_t j = 0; j < other.mMotionMementos.size();) { in copyPointerStateTo()
292 const MotionMemento& otherMemento = other.mMotionMementos[j]; in copyPointerStateTo()
296 other.mMotionMementos.erase(other.mMotionMementos.begin() + j); in copyPointerStateTo()
301 other.mMotionMementos.push_back(memento); in copyPointerStateTo()