Searched refs:nextImi (Results 1 – 1 of 1) sorted by relevance
5649 final InputMethodInfo nextImi = settings.getMethodMap().get(nextSubtypeHandle.getImeId()); in switchKeyboardLayoutLocked() local5650 if (nextImi == null) { in switchKeyboardLayoutLocked()5654 final int subtypeCount = nextImi.getSubtypeCount(); in switchKeyboardLayoutLocked()5656 if (nextSubtypeHandle.equals(InputMethodSubtypeHandle.of(nextImi, null))) { in switchKeyboardLayoutLocked()5657 setInputMethodLocked(nextImi.getId(), NOT_A_SUBTYPE_ID); in switchKeyboardLayoutLocked()5664 InputMethodSubtypeHandle.of(nextImi, nextImi.getSubtypeAt(i)))) { in switchKeyboardLayoutLocked()5665 setInputMethodLocked(nextImi.getId(), i); in switchKeyboardLayoutLocked()