Searched refs:shouldOfferSwitchingToNextInputMethod (Results 1 – 3 of 3) sorted by relevance
414 public boolean shouldOfferSwitchingToNextInputMethod(final IBinder binder, in shouldOfferSwitchingToNextInputMethod() method in RichInputMethodManager422 return mImmWrapper.shouldOfferSwitchingToNextInputMethod(binder); in shouldOfferSwitchingToNextInputMethod()
1877 return mRichImm.shouldOfferSwitchingToNextInputMethod(token, fallbackValue); in shouldSwitchToOtherInputMethods()1889 return mRichImm.shouldOfferSwitchingToNextInputMethod(token, fallbackValue); in shouldShowLanguageSwitchKey()
48 public boolean shouldOfferSwitchingToNextInputMethod(final IBinder token) { in shouldOfferSwitchingToNextInputMethod() method in InputMethodManagerCompatWrapper