Home
last modified time | relevance | path

Searched defs:toKeyCode (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tests/Input/src/com/android/server/input/
DKeyRemapperTests.kt118 val toKeyCode = REMAPPABLE_KEYS[(i + 1) % REMAPPABLE_KEYS.size] in createKeyboard() constant
129 val toKeyCode = REMAPPABLE_KEYS[(i + 1) % REMAPPABLE_KEYS.size] in createKeyboard() constant
/frameworks/native/libs/input/
DKeyCharacterMap.cpp356 int32_t toKeyCode = fromKeyCode; in applyKeyRemapping() local
381 int32_t toKeyCode = fromKeyCode; in applyKeyBehavior() local
/frameworks/native/services/inputflinger/tests/
DFakeEventHub.cpp150 void FakeEventHub::addKeyCodeMapping(int32_t deviceId, int32_t fromKeyCode, int32_t toKeyCode) { in addKeyCodeMapping()
DInputReader_test.cpp274 void addKeyCodeMapping(int32_t fromKeyCode, int32_t toKeyCode) { in addKeyCodeMapping()