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.java1265 private String getLayoutDescriptor(InputDeviceIdentifier identifier) { in getLayoutDescriptor() method in InputManagerService
1282 String key = getLayoutDescriptor(identifier); in getCurrentKeyboardLayoutForInputDevice()
1310 String key = getLayoutDescriptor(identifier); in setCurrentKeyboardLayoutForInputDevice()
1327 String key = getLayoutDescriptor(identifier); in getEnabledKeyboardLayoutsForInputDevice()
1343 String key = getLayoutDescriptor(identifier); in getKeyboardLayoutForInputDevice()
1388 String key = getLayoutDescriptor(identifier); in setKeyboardLayoutForInputDeviceInner()
1425 String key = getLayoutDescriptor(identifier); in addKeyboardLayoutForInputDevice()
1453 String key = getLayoutDescriptor(identifier); in removeKeyboardLayoutForInputDevice()
1507 String key = getLayoutDescriptor(device.getIdentifier()); in handleSwitchKeyboardLayout()