Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DKeyRemapper.java94 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 DNativeInputManagerService.java51 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 Dcom_android_server_input_InputManagerService.cpp1750 im->getInputManager()->getReader().addKeyRemapping(deviceId, fromKeyCode, toKeyCode); in nativeAddKeyRemapping()