Searched defs:shouldOfferSwitchingToNextInputMethod (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeIInputMethodManager.java205 public boolean shouldOfferSwitchingToNextInputMethod(IBinder arg0) throws RemoteException { method in class:BridgeIInputMethodManager
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java2088 public boolean shouldOfferSwitchingToNextInputMethod(IBinder imeToken) { method in class:InputMethodManager
2091 return mService.shouldOfferSwitchingToNextInputMethod(imeToken);
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java2283 public boolean shouldOfferSwitchingToNextInputMethod(IBinder token) { method in class:InputMethodManagerService
2290 Slog.e(TAG, "Ignoring shouldOfferSwitchingToNextInputMethod due to an invalid "

Completed in 1424 milliseconds