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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
AdditionalSubtypeSettings.java 74 SubtypeLocale.getSubtypeLocaleDisplayNameInSystemLocale(localeString));
105 SubtypeLocale.getSubtypeDisplayNameInSystemLocale(subtype)));
117 if (localeString.equals(SubtypeLocale.NO_LANGUAGE)) {
128 super(SubtypeLocale.getKeyboardLayoutSetName(subtype),
129 SubtypeLocale.getKeyboardLayoutSetDisplayName(subtype));
144 for (final String layout : SubtypeLocale.getPredefinedKeyboardLayoutSet()) {
147 SubtypeLocale.NO_LANGUAGE, layout, null);
208 SubtypeLocale.getSubtypeDisplayNameInSystemLocale(subtype);
212 + SubtypeLocale.getKeyboardLayoutSetName(subtype));
500 SubtypeLocale.getSubtypeDisplayNameInSystemLocale(subtype))
    [all...]
SubtypeLocale.java 33 public final class SubtypeLocale {
34 static final String TAG = SubtypeLocale.class.getSimpleName();
72 private SubtypeLocale() {
SettingsFragment.java 93 SubtypeLocale.init(context);
290 styles.append(SubtypeLocale.getSubtypeDisplayNameInSystemLocale(subtype));

Completed in 1327 milliseconds