Home
last modified time | relevance | path

Searched defs:memento (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/inputflinger/dispatcher/
DInputState.cpp32 for (const MotionMemento& memento : mMotionMementos) { in isHovering() local
140 MotionMemento& memento = mMotionMementos[index]; in trackMotion() local
152 MotionMemento& memento = mMotionMementos[index]; in trackMotion() local
197 const KeyMemento& memento = mKeyMementos[i]; in findKeyMemento() local
209 const MotionMemento& memento = mMotionMementos[i]; in findMotionMemento() local
219 KeyMemento memento; in addKeyMemento() local
233 MotionMemento memento; in addMotionMemento() local
282 for (const MotionMemento& memento : mMotionMementos) { in synthesizeCancelationEvents() local
361 MotionMemento& memento = mMotionMementos[i]; in mergePointerStateTo() local
402 bool InputState::shouldCancelKey(const KeyMemento& memento, const CancelationOptions& options) { in shouldCancelKey()
[all …]