Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.h755 struct KeyMemento { struct
783 Vector<KeyMemento> mKeyMementos; argument
793 static bool shouldCancelKey(const KeyMemento& memento,
DInputDispatcher.cpp4215 const KeyMemento& memento = mKeyMementos.itemAt(i); in findKeyMemento()
4242 KeyMemento& memento = mKeyMementos.editTop(); in addKeyMemento()
4280 const KeyMemento& memento = mKeyMementos.itemAt(i); in synthesizeCancelationEvents()
4350 bool InputDispatcher::InputState::shouldCancelKey(const KeyMemento& memento, in shouldCancelKey()