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

/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp4019 const MotionMemento& memento = mMotionMementos.itemAt(i); local
4020 if (memento.deviceId == deviceId
4021 && memento.source == source
4022 && memento.displayId == displayId
4023 && memento.hovering) {
4130 MotionMemento& memento = mMotionMementos.editItemAt(index); local
4131 memento.setPointers(entry);
4141 MotionMemento& memento = mMotionMementos.editItemAt(index); local
4142 memento.setPointers(entry);
4183 const KeyMemento& memento local
4197 const MotionMemento& memento = mMotionMementos.itemAt(i); local
4210 KeyMemento& memento = mKeyMementos.editTop(); local
4224 MotionMemento& memento = mMotionMementos.editTop(); local
4248 const KeyMemento& memento = mKeyMementos.itemAt(i); local
4258 const MotionMemento& memento = mMotionMementos.itemAt(i); local
4282 const MotionMemento& memento = mMotionMementos.itemAt(i); local
4318 shouldCancelKey(const KeyMemento& memento, const CancelationOptions& options) argument
4339 shouldCancelMotion(const MotionMemento& memento, const CancelationOptions& options) argument
[all...]
H A DInputDispatcher.h787 static bool shouldCancelKey(const KeyMemento& memento,
789 static bool shouldCancelMotion(const MotionMemento& memento,

Completed in 173 milliseconds