Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.cpp2454 int32_t newKeyCode = AKEYCODE_UNKNOWN; in notifyKey() local
2456 newKeyCode = AKEYCODE_BACK; in notifyKey()
2458 newKeyCode = AKEYCODE_HOME; in notifyKey()
2460 if (newKeyCode != AKEYCODE_UNKNOWN) { in notifyKey()
2463 mReplacedKeys.add(replacement, newKeyCode); in notifyKey()
2464 keyCode = newKeyCode; in notifyKey()
3331 int32_t newKeyCode = mReplacedKeys.valueAt(i); in dumpDispatchStateLocked() local
3333 i, replacement.keyCode, replacement.deviceId, newKeyCode); in dumpDispatchStateLocked()