Searched refs:addKeyRemapping (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/input/ |
H A D | KeyRemapper.java | 94 private void addKeyRemapping(int fromKey, int toKey) { in addKeyRemapping() method in KeyRemapper 100 mNative.addKeyRemapping(deviceId, fromKey, toKey); in addKeyRemapping() 106 addKeyRemapping(fromKey, toKey); in remapKeyInternal() 128 addKeyRemapping(fromKey, fromKey); in clearAllRemappingsInternal() 147 (fromKey, toKey) -> mNative.addKeyRemapping(deviceId, fromKey, toKey)); in onInputDeviceAdded()
|
H A D | NativeInputManagerService.java | 51 void addKeyRemapping(int deviceId, int fromKeyCode, int toKeyCode); in addKeyRemapping() method 282 public native void addKeyRemapping(int deviceId, int fromKeyCode, int toKeyCode); in addKeyRemapping() method in NativeInputManagerService.NativeImpl
|
/aosp14/frameworks/base/services/core/jni/ |
H A D | com_android_server_input_InputManagerService.cpp | 1750 im->getInputManager()->getReader().addKeyRemapping(deviceId, fromKeyCode, toKeyCode); in nativeAddKeyRemapping()
|