Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/input/
DKeyboardLayoutManager.java567 String userSelectedLayout; in getKeyboardLayoutListForInputDeviceInternal() local
569 userSelectedLayout = mDataStore.getKeyboardLayout(keyboardIdentifier.toString(), in getKeyboardLayoutListForInputDeviceInternal()
604 } else if (layout.getDescriptor().equals(userSelectedLayout)) { in getKeyboardLayoutListForInputDeviceInternal()