Home
last modified time | relevance | path

Searched defs:shouldOfferSwitchingToNextInputMethod (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/com/android/internal/inputmethod/
DIInputMethodPrivilegedOperations.aidl45 void shouldOfferSwitchingToNextInputMethod(in IBooleanResultCallback resultCallback); in shouldOfferSwitchingToNextInputMethod() method
DInputMethodPrivilegedOperations.java347 public boolean shouldOfferSwitchingToNextInputMethod() { in shouldOfferSwitchingToNextInputMethod() method in InputMethodPrivilegedOperations
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java3017 public boolean shouldOfferSwitchingToNextInputMethod(IBinder imeToken) { in shouldOfferSwitchingToNextInputMethod() method in InputMethodManager
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java1634 public final boolean shouldOfferSwitchingToNextInputMethod() { in shouldOfferSwitchingToNextInputMethod() method in InputMethodService
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java3802 private boolean shouldOfferSwitchingToNextInputMethod(@NonNull IBinder token) { in shouldOfferSwitchingToNextInputMethod() method in InputMethodManagerService
5902 public void shouldOfferSwitchingToNextInputMethod( in shouldOfferSwitchingToNextInputMethod() method in InputMethodManagerService.InputMethodPrivilegedOperationsImpl