Searched refs:setKeyboardLayoutForInputDevice (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/tests/Input/src/com/android/server/input/ |
D | KeyboardLayoutManagerTests.kt | 262 keyboardLayoutManager.setKeyboardLayoutForInputDevice( in createKeyboard() 277 keyboardLayoutManager.setKeyboardLayoutForInputDevice( in createKeyboard() 332 keyboardLayoutManager.setKeyboardLayoutForInputDevice( in createKeyboard()
|
/frameworks/base/core/java/android/hardware/input/ |
D | IInputManager.aidl | 105 void setKeyboardLayoutForInputDevice(in InputDeviceIdentifier identifier, int userId, in setKeyboardLayoutForInputDevice() method
|
D | InputManager.java | 713 public void setKeyboardLayoutForInputDevice(@NonNull InputDeviceIdentifier identifier, in setKeyboardLayoutForInputDevice() method in InputManager 724 mIm.setKeyboardLayoutForInputDevice(identifier, userId, imeInfo, imeSubtype, in setKeyboardLayoutForInputDevice()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputManagerService.java | 1195 public void setKeyboardLayoutForInputDevice(InputDeviceIdentifier identifier, in setKeyboardLayoutForInputDevice() method in InputManagerService 1199 mKeyboardLayoutManager.setKeyboardLayoutForInputDevice(identifier, userId, imeInfo, in setKeyboardLayoutForInputDevice()
|
D | KeyboardLayoutManager.java | 520 public void setKeyboardLayoutForInputDevice(InputDeviceIdentifier identifier, in setKeyboardLayoutForInputDevice() method in KeyboardLayoutManager
|