Searched refs:subtypes (Results 1 – 13 of 13) sorted by relevance
305 final List<InputMethodSubtype> subtypes) { in checkIfSubtypeBelongsToList() argument306 return getSubtypeIndexInList(subtype, subtypes) != INDEX_NOT_FOUND; in checkIfSubtypeBelongsToList()310 final List<InputMethodSubtype> subtypes) { in getSubtypeIndexInList() argument311 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 …]
84 final InputMethodSubtype[] subtypes = in updateCustomInputStylesSummary() local87 for (final InputMethodSubtype subtype : subtypes) { in updateCustomInputStylesSummary()270 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); in getSubtypes() local278 subtypes.add(subtypePref.getSubtype()); in getSubtypes()281 return subtypes.toArray(new InputMethodSubtype[subtypes.size()]); in getSubtypes()288 final InputMethodSubtype[] subtypes = getSubtypes(); in onPause() local289 final String prefSubtypes = AdditionalSubtypeUtils.createPrefSubtypes(subtypes); in onPause()297 mRichImm.setAdditionalInputMethodSubtypes(subtypes); in onPause()
133 public static String createPrefSubtypes(final InputMethodSubtype[] subtypes) { in createPrefSubtypes() argument134 if (subtypes == null || subtypes.length == 0) { in createPrefSubtypes()138 for (final InputMethodSubtype subtype : subtypes) { in createPrefSubtypes()
826 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()
87 final List<InputMethodSubtype> subtypes = in getUserDictionaryLocalesSet() local90 for (InputMethodSubtype subtype : subtypes) { in getUserDictionaryLocalesSet()
163 final InputMethodSubtype[] subtypes = { EN_US_DVORAK, ZZ_AZERTY }; in testRestorable() local164 final String prefSubtype = AdditionalSubtypeUtils.createPrefSubtypes(subtypes); in testRestorable()
85 private static void enableSubtypes(final RichInputMethodSubtype ... subtypes) { in enableSubtypes() argument87 for (final RichInputMethodSubtype subtype : subtypes) { in enableSubtypes()
113 final List<InputMethodSubtype> subtypes = in getUserDictionaryLocalesSet() local116 for (InputMethodSubtype subtype : subtypes) { in getUserDictionaryLocalesSet()
201 final List<InputMethodSubtype> subtypes = imm.getEnabledInputMethodSubtypeList(mImi, true); in getSummaryString() local203 for (final InputMethodSubtype subtype : subtypes) { in getSummaryString()
720 List<InputMethodSubtype> subtypes = inputMethodManager722 final int subtypeCount = subtypes.size();724 InputMethodSubtype subtype = subtypes.get(j);
1dictionary=main:en,locale=en,description=English,date=1414726273, ...