Home
last modified time | relevance | path

Searched defs:layoutList (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DKeyboardLayoutManager.java985 KeyboardLayout[] layoutList = getKeyboardLayoutListForInputDeviceInternal( in getKeyboardLayoutForInputDeviceInternal() local
998 InputDevice inputDevice, @Nullable ImeInfo imeInfo, KeyboardLayout[] layoutList) { in getDefaultKeyboardLayoutBasedOnImeInfo()
1059 KeyboardLayout[] layoutList, @NonNull String languageTag, @Nullable String layoutType) { in getMatchingLayoutForProvidedLanguageTagAndLayoutType()
1079 private static String getMatchingLayoutForProvidedLanguageTag(List<KeyboardLayout> layoutList, in getMatchingLayoutForProvidedLanguageTag()