Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputState.cpp30 for (const MotionMemento& memento : mMotionMementos) { in isHovering() local
138 MotionMemento& memento = mMotionMementos[index]; in trackMotion() local
149 MotionMemento& memento = mMotionMementos[index]; in trackMotion() local
192 const KeyMemento& memento = mKeyMementos[i]; in findKeyMemento() local
204 const MotionMemento& memento = mMotionMementos[i]; in findMotionMemento() local
214 KeyMemento memento; in addKeyMemento() local
228 MotionMemento memento; in addMotionMemento() local
264 for (const MotionMemento& memento : mMotionMementos) { in synthesizeCancelationEvents() local
289 const MotionMemento& memento = mMotionMementos[i]; in copyPointerStateTo() local
324 bool InputState::shouldCancelKey(const KeyMemento& memento, const CancelationOptions& options) { in shouldCancelKey()
[all …]