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

/frameworks/native/services/inputflinger/
H A DInputDispatcher.h766 struct MotionMemento { struct in class:android::InputDispatcher::InputState
784 Vector<MotionMemento> mMotionMementos;
795 static bool shouldCancelMotion(const MotionMemento& memento,
H A DInputDispatcher.cpp4049 const MotionMemento& memento = mMotionMementos.itemAt(i);
4160 MotionMemento& memento = mMotionMementos.editItemAt(index);
4171 MotionMemento& memento = mMotionMementos.editItemAt(index);
4227 const MotionMemento& memento = mMotionMementos.itemAt(i);
4254 MotionMemento& memento = mMotionMementos.editTop();
4267 void InputDispatcher::InputState::MotionMemento::setPointers(const MotionEntry* entry) {
4288 const MotionMemento& memento = mMotionMementos.itemAt(i);
4312 const MotionMemento& memento = mMotionMementos.itemAt(i);
4315 const MotionMemento& otherMemento = other.mMotionMementos.itemAt(j);
4369 bool InputDispatcher::InputState::shouldCancelMotion(const MotionMemento
[all...]

Completed in 43 milliseconds