Home
last modified time | relevance | path

Searched refs:getCurrentKeyboardLayoutForInputDevice (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/hardware/input/
DIInputManager.aidl65 String getCurrentKeyboardLayoutForInputDevice(in InputDeviceIdentifier identifier); in getCurrentKeyboardLayoutForInputDevice() method
DInputManager.java615 public String getCurrentKeyboardLayoutForInputDevice(InputDeviceIdentifier identifier) { in getCurrentKeyboardLayoutForInputDevice() method in InputManager
617 return mIm.getCurrentKeyboardLayoutForInputDevice(identifier); in getCurrentKeyboardLayoutForInputDevice()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java844 getCurrentKeyboardLayoutForInputDevice(inputDevice.getIdentifier()); in deliverInputDevicesChanged()
1365 public String getCurrentKeyboardLayoutForInputDevice(InputDeviceIdentifier identifier) { in getCurrentKeyboardLayoutForInputDevice() method in InputManagerService
2166 String keyboardLayoutDescriptor = getCurrentKeyboardLayoutForInputDevice(identifier); in getKeyboardLayoutOverlay()
/frameworks/base/services/
Dart-profile16487 HSPLcom/android/server/input/InputManagerService;->getCurrentKeyboardLayoutForInputDevice(Landroid/…