Searched defs:toKeyCode (Results 1 – 9 of 9) sorted by relevance
| /frameworks/base/services/tests/servicestests/src/com/android/server/input/ |
| D | KeyRemapperTests.kt | 126 val toKeyCode = REMAPPABLE_KEYS[(i + 1) % REMAPPABLE_KEYS.size] in createKeyboard() constant 137 val toKeyCode = REMAPPABLE_KEYS[(i + 1) % REMAPPABLE_KEYS.size] in createKeyboard() constant
|
| /frameworks/native/libs/input/ |
| D | KeyCharacterMap.cpp | 323 void KeyCharacterMap::addKeyRemapping(int32_t fromKeyCode, int32_t toKeyCode) { in addKeyRemapping() 370 int32_t toKeyCode = fromKeyCode; in applyKeyRemapping() local 384 int32_t toKeyCode = fromKeyCode; in applyKeyBehavior() local
|
| /frameworks/base/services/core/java/com/android/server/input/ |
| D | NativeInputManagerService.java | 51 void addKeyRemapping(int deviceId, int fromKeyCode, int toKeyCode); in addKeyRemapping() 282 public native void addKeyRemapping(int deviceId, int fromKeyCode, int toKeyCode); in addKeyRemapping()
|
| /frameworks/native/services/inputflinger/reader/include/ |
| D | InputDevice.h | 298 inline void addKeyRemapping(int32_t fromKeyCode, int32_t toKeyCode) const { in addKeyRemapping()
|
| /frameworks/native/services/inputflinger/reader/ |
| D | InputDevice.cpp | 647 void InputDevice::addKeyRemapping(int32_t fromKeyCode, int32_t toKeyCode) { in addKeyRemapping()
|
| /frameworks/native/services/inputflinger/tests/fuzzers/ |
| D | MapperHelpers.h | 178 void addKeyRemapping(int32_t deviceId, int32_t fromKeyCode, int32_t toKeyCode) const override {} in addKeyRemapping()
|
| /frameworks/native/services/inputflinger/tests/ |
| D | FakeEventHub.cpp | 153 void FakeEventHub::addKeyCodeMapping(int32_t deviceId, int32_t fromKeyCode, int32_t toKeyCode) { in addKeyCodeMapping()
|
| D | InputReader_test.cpp | 255 void addKeyCodeMapping(int32_t fromKeyCode, int32_t toKeyCode) { in addKeyCodeMapping()
|
| /frameworks/base/services/core/jni/ |
| D | com_android_server_input_InputManagerService.cpp | 1748 jint fromKeyCode, jint toKeyCode) { in nativeAddKeyRemapping()
|