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.java1250 private String getLayoutDescriptor(InputDeviceIdentifier identifier) { in getLayoutDescriptor() method in InputManagerService
1267 String key = getLayoutDescriptor(identifier); in getCurrentKeyboardLayoutForInputDevice()
1295 String key = getLayoutDescriptor(identifier); in setCurrentKeyboardLayoutForInputDevice()
1312 String key = getLayoutDescriptor(identifier); in getEnabledKeyboardLayoutsForInputDevice()
1328 String key = getLayoutDescriptor(identifier); in getKeyboardLayoutForInputDevice()
1373 String key = getLayoutDescriptor(identifier); in setKeyboardLayoutForInputDeviceInner()
1410 String key = getLayoutDescriptor(identifier); in addKeyboardLayoutForInputDevice()
1438 String key = getLayoutDescriptor(identifier); in removeKeyboardLayoutForInputDevice()
1492 String key = getLayoutDescriptor(device.getIdentifier()); in handleSwitchKeyboardLayout()