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