Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputMethodManager.java162 setInputMethodAndSubtype(token, nextSubtype); in switchToNextInputSubtypeInThisIme()
184 imm.setInputMethodAndSubtype(token, nextImi.getId(), firstSubtype); in switchToNextInputMethodAndSubtype()
472 public void setInputMethodAndSubtype(final IBinder token, final InputMethodSubtype subtype) { in setInputMethodAndSubtype() method in RichInputMethodManager
473 mImmWrapper.mImm.setInputMethodAndSubtype( in setInputMethodAndSubtype()
597 imm.setInputMethodAndSubtype(token, imiId, subtype); in switchToTargetIME()
DLatinIME.java574 richImm.setInputMethodAndSubtype(token, lastActiveSubtype); in switchSubtype()
1394 mRichImm.setInputMethodAndSubtype(token, subtype); in switchLanguage()