Home
last modified time | relevance | path

Searched refs:subtypes (Results 1 – 13 of 13) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputMethodManager.java305 final List<InputMethodSubtype> subtypes) { in checkIfSubtypeBelongsToList() argument
306 return getSubtypeIndexInList(subtype, subtypes) != INDEX_NOT_FOUND; in checkIfSubtypeBelongsToList()
310 final List<InputMethodSubtype> subtypes) { in getSubtypeIndexInList() argument
311 final int count = subtypes.size(); in getSubtypeIndexInList()
313 final InputMethodSubtype ims = subtypes.get(index); in getSubtypeIndexInList()
377 final List<InputMethodSubtype> subtypes = getEnabledInputMethodSubtypeList(imi, true); in hasMultipleEnabledSubtypes()
379 if (subtypes.isEmpty()) { in hasMultipleEnabledSubtypes()
385 for (InputMethodSubtype subtype : subtypes) { in hasMultipleEnabledSubtypes()
390 final int nonAuxCount = subtypes.size() - auxCount; in hasMultipleEnabledSubtypes()
403 final List<InputMethodSubtype> subtypes = getMyEnabledInputMethodSubtypeList(true); in hasMultipleEnabledSubtypes() local
[all …]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DCustomInputStyleSettingsFragment.java84 final InputMethodSubtype[] subtypes = in updateCustomInputStylesSummary() local
87 for (final InputMethodSubtype subtype : subtypes) { in updateCustomInputStylesSummary()
270 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); in getSubtypes() local
278 subtypes.add(subtypePref.getSubtype()); in getSubtypes()
281 return subtypes.toArray(new InputMethodSubtype[subtypes.size()]); in getSubtypes()
288 final InputMethodSubtype[] subtypes = getSubtypes(); in onPause() local
289 final String prefSubtypes = AdditionalSubtypeUtils.createPrefSubtypes(subtypes); in onPause()
297 mRichImm.setAdditionalInputMethodSubtypes(subtypes); in onPause()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DAdditionalSubtypeUtils.java133 public static String createPrefSubtypes(final InputMethodSubtype[] subtypes) { in createPrefSubtypes() argument
134 if (subtypes == null || subtypes.length == 0) { in createPrefSubtypes()
138 for (final InputMethodSubtype subtype : subtypes) { in createPrefSubtypes()
/packages/apps/Settings/src/com/android/settings/
DCryptKeeper.java826 final List<InputMethodSubtype> subtypes = in hasMultipleEnabledIMEsOrSubtypes()
829 if (subtypes.isEmpty()) { in hasMultipleEnabledIMEsOrSubtypes()
835 for (InputMethodSubtype subtype : subtypes) { in hasMultipleEnabledIMEsOrSubtypes()
840 final int nonAuxCount = subtypes.size() - auxCount; in hasMultipleEnabledIMEsOrSubtypes()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
DUserDictionaryList.java87 final List<InputMethodSubtype> subtypes = in getUserDictionaryLocalesSet() local
90 for (InputMethodSubtype subtype : subtypes) { in getUserDictionaryLocalesSet()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
DAdditionalSubtypeUtilsTests.java163 final InputMethodSubtype[] subtypes = { EN_US_DVORAK, ZZ_AZERTY }; in testRestorable() local
164 final String prefSubtype = AdditionalSubtypeUtils.createPrefSubtypes(subtypes); in testRestorable()
DLanguageOnSpacebarUtilsTests.java85 private static void enableSubtypes(final RichInputMethodSubtype ... subtypes) { in enableSubtypes() argument
87 for (final RichInputMethodSubtype subtype : subtypes) { in enableSubtypes()
/packages/apps/Settings/src/com/android/settings/inputmethod/
DUserDictionaryList.java113 final List<InputMethodSubtype> subtypes = in getUserDictionaryLocalesSet() local
116 for (InputMethodSubtype subtype : subtypes) { in getUserDictionaryLocalesSet()
DInputMethodPreference.java201 final List<InputMethodSubtype> subtypes = imm.getEnabledInputMethodSubtypeList(mImi, true); in getSummaryString() local
203 for (final InputMethodSubtype subtype : subtypes) { in getSummaryString()
DInputMethodAndLanguageSettings.java720 List<InputMethodSubtype> subtypes = inputMethodManager
722 final int subtypeCount = subtypes.size();
724 InputMethodSubtype subtype = subtypes.get(j);
/packages/inputmethods/LatinIME/dictionaries/
Den_US_wordlist.combined.gz
Den_GB_wordlist.combined.gz
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...