Searched refs:switchToNextInputMethod (Results 1 – 6 of 6) sorted by relevance
71 boolean switchToNextInputMethod(in IBinder token, boolean onlyCurrentIme); in switchToNextInputMethod() method
200 public boolean switchToNextInputMethod(IBinder arg0, boolean arg1) throws RemoteException { in switchToNextInputMethod() method in BridgeIInputMethodManager
1866 public boolean switchToNextInputMethod(IBinder imeToken, boolean onlyCurrentIme) { in switchToNextInputMethod() method in InputMethodManager1869 return mService.switchToNextInputMethod(imeToken, onlyCurrentIme); in switchToNextInputMethod()
2138 public boolean switchToNextInputMethod(IBinder token, boolean onlyCurrentIme) { in switchToNextInputMethod() method in InputMethodManagerService
439 NO DOC BLOCK: android.view.inputmethod.InputMethodManager Method switchToNextInputMethod(android.os…
27937 method public boolean switchToNextInputMethod(android.os.IBinder, boolean);