Searched refs:shouldOfferSwitchingToNextInputMethod (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/
H A DIInputMethodManager.aidl74 boolean shouldOfferSwitchingToNextInputMethod(in IBinder token);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeIInputMethodManager.java206 public boolean shouldOfferSwitchingToNextInputMethod(IBinder arg0) throws RemoteException { method in class:BridgeIInputMethodManager
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java1894 public boolean shouldOfferSwitchingToNextInputMethod(IBinder imeToken) { method in class:InputMethodManager
1897 return mService.shouldOfferSwitchingToNextInputMethod(imeToken);
/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java2167 public boolean shouldOfferSwitchingToNextInputMethod(IBinder token) { method in class:InputMethodManagerService

Completed in 117 milliseconds