HomeSort by relevance Sort by last modified time
    Searched refs:switchToLastInputMethod (Results 1 - 7 of 7) sorted by null

  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeIInputMethodManager.java 170 public boolean switchToLastInputMethod(IBinder arg0) throws RemoteException {
  /frameworks/base/core/java/com/android/internal/view/
IInputMethodManager.aidl 70 boolean switchToLastInputMethod(in IBinder token);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/
VoiceProxy.java 205 switchToLastInputMethod();
213 switchToLastInputMethod();
611 private void switchToLastInputMethod() {
619 return mImm.switchToLastInputMethod(token);
625 // called switchToLastInputMethod()
631 // subtype by switchToLastInputMethod, the current IME and subtype should keep
785 // still in voice mode. LatinIME needs to call switchToLastInputMethod().
787 switchToLastInputMethod();
790 // as a result of switchToLastInputMethod() etc.),
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
InputMethodManagerCompatWrapper.java 62 InputMethodManager.class, "switchToLastInputMethod", IBinder.class);
218 public boolean switchToLastInputMethod(IBinder token) {
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodManager.java     [all...]
  /frameworks/base/services/java/com/android/server/
InputMethodManagerService.java     [all...]
  /prebuilt/sdk/14/
android.jar 

Completed in 325 milliseconds