Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputMethodManager.java285 return getSubtypeIndexInIme(subtype, getInputMethodInfoOfThisIme()) != INDEX_NOT_FOUND; in checkIfSubtypeBelongsToThisIme()
288 private static int getSubtypeIndexInIme(final InputMethodSubtype subtype, in getSubtypeIndexInIme() method in RichInputMethodManager