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

/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp4051 const MotionMemento& memento = mMotionMementos.itemAt(i); local
4052 if (memento.deviceId == deviceId
4053 && memento.source == source
4054 && memento.displayId == displayId
4055 && memento.hovering) {
4162 MotionMemento& memento = mMotionMementos.editItemAt(index); local
4163 memento.setPointers(entry);
4173 MotionMemento& memento = mMotionMementos.editItemAt(index); local
4174 memento.setPointers(entry);
4215 const KeyMemento& memento local
4229 const MotionMemento& memento = mMotionMementos.itemAt(i); local
4242 KeyMemento& memento = mKeyMementos.editTop(); local
4256 MotionMemento& memento = mMotionMementos.editTop(); local
4280 const KeyMemento& memento = mKeyMementos.itemAt(i); local
4290 const MotionMemento& memento = mMotionMementos.itemAt(i); local
4314 const MotionMemento& memento = mMotionMementos.itemAt(i); local
4350 shouldCancelKey(const KeyMemento& memento, const CancelationOptions& options) argument
4371 shouldCancelMotion(const MotionMemento& memento, const CancelationOptions& options) argument
[all...]
H A DInputDispatcher.h793 static bool shouldCancelKey(const KeyMemento& memento,
795 static bool shouldCancelMotion(const MotionMemento& memento,

Completed in 40 milliseconds