Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputState.h80 struct KeyMemento { struct
116 std::vector<KeyMemento> mKeyMementos;
126 static bool shouldCancelKey(const KeyMemento& memento, const CancelationOptions& options);
H A DInputState.cpp199 const KeyMemento& memento = mKeyMementos[i]; in findKeyMemento()
221 KeyMemento memento; in addKeyMemento()
273 for (KeyMemento& memento : mKeyMementos) { in synthesizeCancelationEvents()
411 bool InputState::shouldCancelKey(const KeyMemento& memento, const CancelationOptions& options) { in shouldCancelKey()