| 4247 | } |
| 4248 | |
| 4249 | void InputDispatcher::InputState::removeFallbackKey(int32_t originalKeyCode) { |
| 4250 | mFallbackKeys.removeItem(originalKeyCode); |
| 4251 | } |
| 4252 | |
| 4253 | bool InputDispatcher::InputState::shouldCancelKey(const KeyMemento& memento, |
| 4254 | const CancelationOptions& options) { |
no test coverage detected