HomeSort by relevance Sort by last modified time
    Searched defs:getKeyboardLayoutSetName (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SubtypeLocale.java 199 final String layoutName = getKeyboardLayoutSetName(subtype);
207 public static String getKeyboardLayoutSetName(InputMethodSubtype subtype) {
AdditionalSubtypeSettings.java 117 super(SubtypeLocale.getKeyboardLayoutSetName(subtype),
201 + SubtypeLocale.getKeyboardLayoutSetName(subtype));
494 final String keyboardLayoutSetName = SubtypeLocale.getKeyboardLayoutSetName(subtype);

Completed in 44 milliseconds