Home
last modified time | relevance | path

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

/frameworks/base/tests/Input/src/com/android/server/input/
DKeyRemapperTests.kt117 val fromKeyCode = REMAPPABLE_KEYS[i] in createKeyboard() constant
128 val fromKeyCode = REMAPPABLE_KEYS[i] in createKeyboard() constant
/frameworks/native/libs/input/
DKeyCharacterMap.cpp379 std::pair<int32_t, int32_t> KeyCharacterMap::applyKeyBehavior(int32_t fromKeyCode, in applyKeyBehavior()
/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()