Searched refs:MotionMemento (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/input/
H A DInputDispatcher.h750 struct MotionMemento { struct in class:android::InputDispatcher::InputState
768 Vector<MotionMemento> mMotionMementos;
779 static bool shouldCancelMotion(const MotionMemento& memento,
H A DInputDispatcher.cpp3932 const MotionMemento& memento = mMotionMementos.itemAt(i);
4027 MotionMemento& memento = mMotionMementos.editItemAt(index);
4089 const MotionMemento& memento = mMotionMementos.itemAt(i);
4116 MotionMemento& memento = mMotionMementos.editTop();
4129 void InputDispatcher::InputState::MotionMemento::setPointers(const MotionEntry* entry) {
4150 const MotionMemento& memento = mMotionMementos.itemAt(i);
4173 const MotionMemento& memento = mMotionMementos.itemAt(i);
4176 const MotionMemento& otherMemento = other.mMotionMementos.itemAt(j);
4230 bool InputDispatcher::InputState::shouldCancelMotion(const MotionMemento& memento,

Completed in 13 milliseconds