Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputState.cpp33 for (const MotionMemento& memento : mMotionMementos) { in isHovering() local
154 MotionMemento& memento = mMotionMementos[index]; in trackMotion() local
166 MotionMemento& memento = mMotionMementos[index]; in trackMotion() local
213 const KeyMemento& memento = mKeyMementos[i]; in findKeyMemento() local
225 const MotionMemento& memento = mMotionMementos[i]; in findMotionMemento() local
235 KeyMemento memento; in addKeyMemento() local
249 MotionMemento memento; in addMotionMemento() local
381 const MotionMemento& memento = mMotionMementos.back(); in cancelConflictingInputStream() local
393 std::unique_ptr<MotionEntry> InputState::createCancelEntryForMemento(const MotionMemento& memento, in createCancelEntryForMemento()
428 for (const MotionMemento& memento : mMotionMementos) { in synthesizeCancelationEvents() local
[all …]