Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputMethodManager.java268 final List<InputMethodSubtype> subtypes) { in checkIfSubtypeBelongsToList() argument
269 return getSubtypeIndexInList(subtype, subtypes) != INDEX_NOT_FOUND; in checkIfSubtypeBelongsToList()
273 final List<InputMethodSubtype> subtypes) { in getSubtypeIndexInList() argument
274 final int count = subtypes.size(); in getSubtypeIndexInList()
276 final InputMethodSubtype ims = subtypes.get(index); in getSubtypeIndexInList()
326 final List<InputMethodSubtype> subtypes = getEnabledInputMethodSubtypeList(imi, true); in hasMultipleEnabledSubtypes()
328 if (subtypes.isEmpty()) { in hasMultipleEnabledSubtypes()
334 for (InputMethodSubtype subtype : subtypes) { in hasMultipleEnabledSubtypes()
339 final int nonAuxCount = subtypes.size() - auxCount; in hasMultipleEnabledSubtypes()
353 final List<InputMethodSubtype> subtypes = getMyEnabledInputMethodSubtypeList(true); in hasMultipleEnabledSubtypes() local
[all …]
DSubtypeSwitcher.java149 final List<InputMethodSubtype> subtypes = shortcuts.get(imi); in updateShortcutIME() local
155 mShortcutSubtype = subtypes.size() > 0 ? subtypes.get(0) : null; in updateShortcutIME()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DCustomInputStyleSettingsFragment.java409 final InputMethodSubtype[] subtypes = in updateCustomInputStylesSummary() local
412 for (final InputMethodSubtype subtype : subtypes) { in updateCustomInputStylesSummary()
594 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); in getSubtypes() local
602 subtypes.add(subtypePref.getSubtype()); in getSubtypes()
605 return subtypes.toArray(new InputMethodSubtype[subtypes.size()]); in getSubtypes()
612 final InputMethodSubtype[] subtypes = getSubtypes(); in onPause() local
613 final String prefSubtypes = AdditionalSubtypeUtils.createPrefSubtypes(subtypes); in onPause()
618 mRichImm.setAdditionalInputMethodSubtypes(subtypes); in onPause()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DDistracterFilterTest.java43 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); in setUp() local
44 subtypes.add(richImm.findSubtypeByLocaleAndKeyboardLayoutSet( in setUp()
46 subtypes.add(richImm.findSubtypeByLocaleAndKeyboardLayoutSet( in setUp()
48 subtypes.add(richImm.findSubtypeByLocaleAndKeyboardLayoutSet( in setUp()
50 mDistracterFilter.updateEnabledSubtypes(subtypes); in setUp()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DAdditionalSubtypeUtils.java132 public static String createPrefSubtypes(final InputMethodSubtype[] subtypes) { in createPrefSubtypes() argument
133 if (subtypes == null || subtypes.length == 0) { in createPrefSubtypes()
137 for (final InputMethodSubtype subtype : subtypes) { in createPrefSubtypes()
/packages/apps/Settings/src/com/android/settings/
DCryptKeeper.java829 final List<InputMethodSubtype> subtypes = in hasMultipleEnabledIMEsOrSubtypes()
832 if (subtypes.isEmpty()) { in hasMultipleEnabledIMEsOrSubtypes()
838 for (InputMethodSubtype subtype : subtypes) { in hasMultipleEnabledIMEsOrSubtypes()
843 final int nonAuxCount = subtypes.size() - auxCount; in hasMultipleEnabledIMEsOrSubtypes()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
DAdditionalSubtypeUtilsTests.java164 final InputMethodSubtype[] subtypes = { EN_UK_DVORAK, ZZ_AZERTY }; in testRestorable() local
165 final String prefSubtype = AdditionalSubtypeUtils.createPrefSubtypes(subtypes); in testRestorable()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
DUserDictionaryList.java85 final List<InputMethodSubtype> subtypes = in getUserDictionaryLocalesSet() local
88 for (InputMethodSubtype subtype : subtypes) { in getUserDictionaryLocalesSet()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
DLanguageOnSpacebarHelperTests.java78 private static List<InputMethodSubtype> asList(final InputMethodSubtype ... subtypes) { in asList() argument
79 return Arrays.asList(subtypes); in asList()
/packages/apps/Settings/src/com/android/settings/inputmethod/
DUserDictionaryList.java107 final List<InputMethodSubtype> subtypes = in getUserDictionaryLocalesSet() local
110 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.java713 List<InputMethodSubtype> subtypes = inputMethodManager
715 final int subtypeCount = subtypes.size();
717 InputMethodSubtype subtype = subtypes.get(j);
/packages/inputmethods/LatinIME/dictionaries/
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1402373178, ...