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

/frameworks/base/services/input/
H A DInputDispatcher.cpp3932 const MotionMemento& memento = mMotionMementos.itemAt(i); local
3933 if (memento.deviceId == deviceId
3934 && memento.source == source
3935 && memento.displayId == displayId
3936 && memento.hovering) {
4027 MotionMemento& memento = mMotionMementos.editItemAt(index); local
4028 memento.setPointers(entry);
4075 const KeyMemento& memento = mKeyMementos.itemAt(i); local
4076 if (memento.deviceId == entry->deviceId
4077 && memento
4089 const MotionMemento& memento = mMotionMementos.itemAt(i); local
4102 KeyMemento& memento = mKeyMementos.editTop(); local
4116 MotionMemento& memento = mMotionMementos.editTop(); local
4140 const KeyMemento& memento = mKeyMementos.itemAt(i); local
4150 const MotionMemento& memento = mMotionMementos.itemAt(i); local
4173 const MotionMemento& memento = mMotionMementos.itemAt(i); local
4209 shouldCancelKey(const KeyMemento& memento, const CancelationOptions& options) argument
4230 shouldCancelMotion(const MotionMemento& memento, const CancelationOptions& options) argument
[all...]
H A DInputDispatcher.h777 static bool shouldCancelKey(const KeyMemento& memento,
779 static bool shouldCancelMotion(const MotionMemento& memento,

Completed in 149 milliseconds