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/utils/
SubtypeLocaleUtils.java 239 return getSubtypeLocale(subtype) + "/" + getKeyboardLayoutSetName(subtype);
278 final String layoutName = getKeyboardLayoutSetName(subtype);
286 public static String getKeyboardLayoutSetName(final InputMethodSubtype subtype) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
CustomInputStyleSettingsFragment.java 137 super(SubtypeLocaleUtils.getKeyboardLayoutSetName(subtype),
222 + SubtypeLocaleUtils.getKeyboardLayoutSetName(subtype));
551 final String keyboardLayoutSetName = SubtypeLocaleUtils.getKeyboardLayoutSetName(subtype);

Completed in 85 milliseconds