Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
DInputMethodManagerCompatWrapper.java48 public boolean shouldOfferSwitchingToNextInputMethod(final IBinder token) { in shouldOfferSwitchingToNextInputMethod() method in InputMethodManagerCompatWrapper
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputMethodManager.java497 public boolean shouldOfferSwitchingToNextInputMethod(final IBinder binder, in shouldOfferSwitchingToNextInputMethod() method in RichInputMethodManager
505 return mImmWrapper.shouldOfferSwitchingToNextInputMethod(binder); in shouldOfferSwitchingToNextInputMethod()
DLatinIME.java1976 return mRichImm.shouldOfferSwitchingToNextInputMethod(token, fallbackValue); in shouldSwitchToOtherInputMethods()
1988 return mRichImm.shouldOfferSwitchingToNextInputMethod(token, fallbackValue); in shouldShowLanguageSwitchKey()