Home | History | Annotate | Download | only in inputflinger

Lines Matching refs:mMotionMementos

4025     return mKeyMementos.isEmpty() && mMotionMementos.isEmpty();
4030 for (size_t i = 0; i < mMotionMementos.size(); i++) {
4031 const MotionMemento& memento = mMotionMementos.itemAt(i);
4101 mMotionMementos.removeAt(index);
4115 mMotionMementos.removeAt(index);
4140 mMotionMementos.removeAt(index);
4142 MotionMemento& memento = mMotionMementos.editItemAt(index);
4153 MotionMemento& memento = mMotionMementos.editItemAt(index);
4168 mMotionMementos.removeAt(index);
4182 mMotionMementos.removeAt(index);
4208 for (size_t i = 0; i < mMotionMementos.size(); i++) {
4209 const MotionMemento& memento = mMotionMementos.itemAt(i);
4235 mMotionMementos.push();
4236 MotionMemento& memento = mMotionMementos.editTop();
4269 for (size_t i = 0; i < mMotionMementos.size(); i++) {
4270 const MotionMemento& memento = mMotionMementos.itemAt(i);
4288 mMotionMementos.clear();
4293 for (size_t i = 0; i < mMotionMementos.size(); i++) {
4294 const MotionMemento& memento = mMotionMementos.itemAt(i);
4296 for (size_t j = 0; j < other.mMotionMementos.size(); ) {
4297 const MotionMemento& otherMemento = other.mMotionMementos.itemAt(j);
4301 other.mMotionMementos.removeAt(j);
4306 other.mMotionMementos.push(memento);