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/
RichInputMethodSubtype.java 141 public String getKeyboardLayoutSetName() {
142 return SubtypeLocaleUtils.getKeyboardLayoutSetName(mSubtype);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
SubtypeLocaleUtils.java 280 return getSubtypeLocale(subtype) + "/" + getKeyboardLayoutSetName(subtype);
319 final String layoutName = getKeyboardLayoutSetName(subtype);
329 public static String getKeyboardLayoutSetName(final InputMethodSubtype subtype) {

Completed in 57 milliseconds