Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java995 private String getLayoutDescriptor(InputDeviceIdentifier identifier) { in getLayoutDescriptor() method in InputManagerService
1012 String key = getLayoutDescriptor(identifier); in getCurrentKeyboardLayoutForInputDevice()
1040 String key = getLayoutDescriptor(identifier); in setCurrentKeyboardLayoutForInputDevice()
1057 String key = getLayoutDescriptor(identifier); in getKeyboardLayoutsForInputDevice()
1079 String key = getLayoutDescriptor(identifier); in addKeyboardLayoutForInputDevice()
1108 String key = getLayoutDescriptor(identifier); in removeKeyboardLayoutForInputDevice()
1142 String key = getLayoutDescriptor(device.getIdentifier()); in handleSwitchKeyboardLayout()