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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
InputMethodManagerCompatWrapper.java 31 // Note that InputMethodManager.shouldOfferSwitchingToNextInputMethod() has been introduced
35 "shouldOfferSwitchingToNextInputMethod", IBinder.class);
48 public boolean shouldOfferSwitchingToNextInputMethod(final IBinder token) {
  /frameworks/base/core/java/com/android/internal/view/
IInputMethodManager.aidl 77 boolean shouldOfferSwitchingToNextInputMethod(in IBinder token);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeIInputMethodManager.java 206 public boolean shouldOfferSwitchingToNextInputMethod(IBinder arg0) throws RemoteException {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputMethodManager.java 456 public boolean shouldOfferSwitchingToNextInputMethod(final IBinder binder,
459 // {@link InputMethodManager#shouldOfferSwitchingToNextInputMethod} isn't yet available
464 return mImmWrapper.shouldOfferSwitchingToNextInputMethod(binder);
LatinIME.java     [all...]
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 126 mInputMethodManager.shouldOfferSwitchingToNextInputMethod(getToken());
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodManager.java     [all...]
  /frameworks/base/services/core/java/com/android/server/
InputMethodManagerService.java     [all...]
  /prebuilts/sdk/19/
android.jar 

Completed in 314 milliseconds