Searched refs:switchToNextInputMethod (Results 1 – 3 of 3) sorted by relevance
131 public boolean switchToNextInputMethod(final IBinder token, final boolean onlyCurrentIme) { in switchToNextInputMethod() method in RichInputMethodManager132 if (mImmWrapper.switchToNextInputMethod(token, onlyCurrentIme)) { in switchToNextInputMethod()
539 richImm.switchToNextInputMethod(token, true /* onlyCurrentIme */); in switchSubtype()1338 mRichImm.switchToNextInputMethod(token, false /* onlyCurrentIme */); in switchToNextSubtype()
43 public boolean switchToNextInputMethod(final IBinder token, final boolean onlyCurrentIme) { in switchToNextInputMethod() method in InputMethodManagerCompatWrapper