Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputMethodManager.java144 setInputMethodAndSubtype(token, nextSubtype); in switchToNextInputSubtypeInThisIme()
166 imm.setInputMethodAndSubtype(token, nextImi.getId(), firstSubtype); in switchToNextInputMethodAndSubtype()
381 public void setInputMethodAndSubtype(final IBinder token, final InputMethodSubtype subtype) { in setInputMethodAndSubtype() method in RichInputMethodManager
382 mImmWrapper.mImm.setInputMethodAndSubtype( in setInputMethodAndSubtype()
DSubtypeSwitcher.java209 imm.setInputMethodAndSubtype(token, imiId, subtype); in switchToTargetIME()
DLatinIME.java503 richImm.setInputMethodAndSubtype(token, lastActiveSubtype); in switchSubtype()