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.java202 public boolean shouldOfferSwitchingToNextInputMethod(IBinder arg0) throws RemoteException { method in class:BridgeIInputMethodManager
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java2271 public boolean shouldOfferSwitchingToNextInputMethod(IBinder imeToken) { method in class:InputMethodManager
2274 return mService.shouldOfferSwitchingToNextInputMethod(imeToken);
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java2941 public boolean shouldOfferSwitchingToNextInputMethod(IBinder token) { method in class:InputMethodManagerService

Completed in 1382 milliseconds