Searched refs:currentImi (Results 1 – 2 of 2) sorted by relevance
90 final InputMethodInfo currentImi = in showInputMethodMenuLocked() local93 currentImi, currentSubtype.hashCode()); in showInputMethodMenuLocked()
4200 final var currentImi = bindingController.getSelectedMethod(); in switchToNextInputMethodLocked() local4202 onlyCurrentIme, currentImi, bindingController.getCurrentSubtype()); in switchToNextInputMethodLocked()4219 final var currentImi = bindingController.getSelectedMethod(); in shouldOfferSwitchingToNextInputMethod() local4221 false /* onlyCurrentIme */, currentImi, bindingController.getCurrentSubtype()); in shouldOfferSwitchingToNextInputMethod()5636 final InputMethodInfo currentImi = settings.getMethodMap().get(getSelectedMethodIdLocked()); in switchKeyboardLayoutLocked() local5637 if (currentImi == null) { in switchKeyboardLayoutLocked()5642 InputMethodSubtypeHandle.of(currentImi, bindingController.getCurrentSubtype()); in switchKeyboardLayoutLocked()