Home
last modified time | relevance | path

Searched refs:KeyMemento (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
DInputDispatcher.h754 struct KeyMemento { struct
782 Vector<KeyMemento> mKeyMementos; argument
792 static bool shouldCancelKey(const KeyMemento& memento,
DInputDispatcher.cpp4276 const KeyMemento& memento = mKeyMementos.itemAt(i); in findKeyMemento()
4303 KeyMemento& memento = mKeyMementos.editTop(); in addKeyMemento()
4341 const KeyMemento& memento = mKeyMementos.itemAt(i); in synthesizeCancelationEvents()
4411 bool InputDispatcher::InputState::shouldCancelKey(const KeyMemento& memento, in shouldCancelKey()