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

/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp4006 const MotionMemento& memento = mMotionMementos.itemAt(i); local
4007 if (memento.deviceId == deviceId
4008 && memento.source == source
4009 && memento.displayId == displayId
4010 && memento.hovering) {
4117 MotionMemento& memento = mMotionMementos.editItemAt(index); local
4118 memento.setPointers(entry);
4128 MotionMemento& memento = mMotionMementos.editItemAt(index); local
4129 memento.setPointers(entry);
4170 const KeyMemento& memento local
4184 const MotionMemento& memento = mMotionMementos.itemAt(i); local
4197 KeyMemento& memento = mKeyMementos.editTop(); local
4211 MotionMemento& memento = mMotionMementos.editTop(); local
4235 const KeyMemento& memento = mKeyMementos.itemAt(i); local
4245 const MotionMemento& memento = mMotionMementos.itemAt(i); local
4269 const MotionMemento& memento = mMotionMementos.itemAt(i); local
4305 shouldCancelKey(const KeyMemento& memento, const CancelationOptions& options) argument
4326 shouldCancelMotion(const MotionMemento& memento, const CancelationOptions& options) argument
[all...]
H A DInputDispatcher.h779 static bool shouldCancelKey(const KeyMemento& memento,
781 static bool shouldCancelMotion(const MotionMemento& memento,

Completed in 109 milliseconds