Searched refs:switchToNextInputMethod (Results 1 – 3 of 3) sorted by relevance
116 public boolean switchToNextInputMethod(final IBinder token, final boolean onlyCurrentIme) { in switchToNextInputMethod() method in RichInputMethodManager117 if (mImmWrapper.switchToNextInputMethod(token, onlyCurrentIme)) { in switchToNextInputMethod()
415 richImm.switchToNextInputMethod(token, true /* onlyCurrentIme */); in switchSubtype()1346 mRichImm.switchToNextInputMethod(token, false /* onlyCurrentIme */); in handleLanguageSwitchKey()
37 public boolean switchToNextInputMethod(final IBinder token, final boolean onlyCurrentIme) { in switchToNextInputMethod() method in InputMethodManagerCompatWrapper