MCPcopy Create free account
hub / github.com/CyanogenMod/android_frameworks_base / removeFallbackKey

Method removeFallbackKey

services/input/InputDispatcher.cpp:4249–4251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

removeItemMethod · 0.65

Tested by

no test coverage detected