Home
last modified time | relevance | path

Searched refs:currentImi (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodMenuController.java90 final InputMethodInfo currentImi = in showInputMethodMenuLocked() local
93 currentImi, currentSubtype.hashCode()); in showInputMethodMenuLocked()
DInputMethodManagerService.java4200 final var currentImi = bindingController.getSelectedMethod(); in switchToNextInputMethodLocked() local
4202 onlyCurrentIme, currentImi, bindingController.getCurrentSubtype()); in switchToNextInputMethodLocked()
4219 final var currentImi = bindingController.getSelectedMethod(); in shouldOfferSwitchingToNextInputMethod() local
4221 false /* onlyCurrentIme */, currentImi, bindingController.getCurrentSubtype()); in shouldOfferSwitchingToNextInputMethod()
5636 final InputMethodInfo currentImi = settings.getMethodMap().get(getSelectedMethodIdLocked()); in switchKeyboardLayoutLocked() local
5637 if (currentImi == null) { in switchKeyboardLayoutLocked()
5642 InputMethodSubtypeHandle.of(currentImi, bindingController.getCurrentSubtype()); in switchKeyboardLayoutLocked()