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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
H A DInputMethodManagerCompatWrapper.java31 // Note that InputMethodManager.shouldOfferSwitchingToNextInputMethod() has been introduced
35 "shouldOfferSwitchingToNextInputMethod", IBinder.class);
48 public boolean shouldOfferSwitchingToNextInputMethod(final IBinder token) { method in class:InputMethodManagerCompatWrapper
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DRichInputMethodManager.java497 public boolean shouldOfferSwitchingToNextInputMethod(final IBinder binder, method in class:RichInputMethodManager
500 // {@link InputMethodManager#shouldOfferSwitchingToNextInputMethod} isn't yet available
505 return mImmWrapper.shouldOfferSwitchingToNextInputMethod(binder);
H A DLatinIME.java1891 // {@link InputMethodManager#shouldOfferSwitchingToNextInputMethod} is defined well.
1897 return mRichImm.shouldOfferSwitchingToNextInputMethod(token, fallbackValue);
1903 // {@link InputMethodManager#shouldOfferSwitchingToNextInputMethod} is defined well.
1909 return mRichImm.shouldOfferSwitchingToNextInputMethod(token, fallbackValue);

Completed in 66 milliseconds