Searched defs:subtypes (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DAdditionalSubtypeUtils.java119 // Here we assume that all the additional subtypes have AsciiCapable and EmojiCapable.
133 public static String createPrefSubtypes(final InputMethodSubtype[] subtypes) { argument
134 if (subtypes == null || subtypes.length == 0) {
138 for (final InputMethodSubtype subtype : subtypes) {
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
H A DLanguageOnSpacebarUtilsTests.java85 private static void enableSubtypes(final RichInputMethodSubtype ... subtypes) { argument
87 for (final RichInputMethodSubtype subtype : subtypes) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DRichInputMethodManager.java102 // Initialize additional subtypes.
150 Log.w(TAG, "Can't find current subtype in enabled subtypes: subtype="
305 final List<InputMethodSubtype> subtypes) {
306 return getSubtypeIndexInList(subtype, subtypes) != INDEX_NOT_FOUND;
310 final List<InputMethodSubtype> subtypes) {
311 final int count = subtypes.size();
313 final InputMethodSubtype ims = subtypes.get(index);
377 final List<InputMethodSubtype> subtypes = getEnabledInputMethodSubtypeList(imi, true);
378 // IMEs that have no subtypes should be counted.
379 if (subtypes
304 checkIfSubtypeBelongsToList(final InputMethodSubtype subtype, final List<InputMethodSubtype> subtypes) argument
309 getSubtypeIndexInList(final InputMethodSubtype subtype, final List<InputMethodSubtype> subtypes) argument
436 setAdditionalInputMethodSubtypes(final InputMethodSubtype[] subtypes) argument
[all...]

Completed in 520 milliseconds