Home | History | Annotate | Download | only in latin

Lines Matching refs:subtypes

86         // Initialize additional subtypes.
136 Log.w(TAG, "Can't find current subtype in enabled subtypes: subtype="
243 final List<InputMethodSubtype> subtypes) {
244 return getSubtypeIndexInList(subtype, subtypes) != INDEX_NOT_FOUND;
248 final List<InputMethodSubtype> subtypes) {
249 final int count = subtypes.size();
251 final InputMethodSubtype ims = subtypes.get(index);
300 final List<InputMethodSubtype> subtypes =
302 // IMEs that have no subtypes should be counted.
303 if (subtypes.isEmpty()) {
309 for (InputMethodSubtype subtype : subtypes) {
314 final int nonAuxCount = subtypes.size() - auxCount;
316 // IMEs that have one or more non-auxiliary subtypes should be counted.
318 // subtypes should be counted as well.
328 final List<InputMethodSubtype> subtypes = getMyEnabledInputMethodSubtypeList(true);
333 for (InputMethodSubtype subtype : subtypes) {
361 public void setAdditionalInputMethodSubtypes(final InputMethodSubtype[] subtypes) {
363 mInputMethodInfoOfThisIme.getId(), subtypes);