Home | History | Annotate | Download | only in latin

Lines Matching refs:subtypes

70         // TODO: Cache all subtypes of this IME for optimization
71 final List<InputMethodSubtype> subtypes = imm.getEnabledInputMethodSubtypeList(myImi, true);
72 for (final InputMethodSubtype subtype : subtypes) {
124 final List<InputMethodSubtype> subtypes =
126 // IMEs that have no subtypes should be counted.
127 if (subtypes.isEmpty()) {
133 for (InputMethodSubtype subtype : subtypes) {
138 final int nonAuxCount = subtypes.size() - auxCount;
140 // IMEs that have one or more non-auxiliary subtypes should be counted.
142 // subtypes should be counted as well.
152 final List<InputMethodSubtype> subtypes = imm.getEnabledInputMethodSubtypeList(null, true);
157 for (InputMethodSubtype subtype : subtypes) {
181 InputMethodSubtype[] subtypes) {
184 imm.setAdditionalInputMethodSubtypes(imiId, subtypes);