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

/frameworks/base/core/java/com/android/internal/view/
H A DIInputMethodManager.aidl76 boolean shouldOfferSwitchingToNextInputMethod(in IBinder token);
/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.java2278 public boolean shouldOfferSwitchingToNextInputMethod(IBinder token) { method in class:InputMethodManagerService
2285 Slog.e(TAG, "Ignoring shouldOfferSwitchingToNextInputMethod due to an invalid "

Completed in 36 milliseconds