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.java1292 private String getLayoutDescriptor(InputDeviceIdentifier identifier) { in getLayoutDescriptor() method in InputManagerService
1309 String key = getLayoutDescriptor(identifier); in getCurrentKeyboardLayoutForInputDevice()
1337 String key = getLayoutDescriptor(identifier); in setCurrentKeyboardLayoutForInputDevice()
1354 String key = getLayoutDescriptor(identifier); in getEnabledKeyboardLayoutsForInputDevice()
1376 String key = getLayoutDescriptor(identifier); in addKeyboardLayoutForInputDevice()
1405 String key = getLayoutDescriptor(identifier); in removeKeyboardLayoutForInputDevice()
1439 String key = getLayoutDescriptor(device.getIdentifier()); in handleSwitchKeyboardLayout()