Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputMethodManager.java175 final InputMethodInfo nextImi = getNextNonAuxiliaryIme(currentIndex, enabledImis); in switchToNextInputMethodAndSubtype()
201 private static InputMethodInfo getNextNonAuxiliaryIme(final int currentIndex, in getNextNonAuxiliaryIme() method in RichInputMethodManager