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.aidl42 void shouldOfferSwitchingToNextInputMethod(in AndroidFuture future /* T=Boolean */); in shouldOfferSwitchingToNextInputMethod() method
DInputMethodPrivilegedOperations.java347 public boolean shouldOfferSwitchingToNextInputMethod() { in shouldOfferSwitchingToNextInputMethod() method in InputMethodPrivilegedOperations
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java1835 public final boolean shouldOfferSwitchingToNextInputMethod() { in shouldOfferSwitchingToNextInputMethod() method in InputMethodService
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java3502 public boolean shouldOfferSwitchingToNextInputMethod(IBinder imeToken) { in shouldOfferSwitchingToNextInputMethod() method in InputMethodManager
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java4391 private boolean shouldOfferSwitchingToNextInputMethod(@NonNull IBinder token) { in shouldOfferSwitchingToNextInputMethod() method in InputMethodManagerService
6764 public void shouldOfferSwitchingToNextInputMethod(AndroidFuture future /* T=Boolean */) { in shouldOfferSwitchingToNextInputMethod() method in InputMethodPrivilegedOperationsImpl