Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputState.h80 struct KeyMemento { struct
116 std::vector<KeyMemento> mKeyMementos;
126 static bool shouldCancelKey(const KeyMemento& memento, const CancelationOptions& options);
DInputState.cpp197 const KeyMemento& memento = mKeyMementos[i]; in findKeyMemento()
219 KeyMemento memento; in addKeyMemento()
271 for (KeyMemento& memento : mKeyMementos) { in synthesizeCancelationEvents()
402 bool InputState::shouldCancelKey(const KeyMemento& memento, const CancelationOptions& options) { in shouldCancelKey()