Searched refs:nextImi (Results 1 – 1 of 1) sorted by relevance
5938 final InputMethodInfo nextImi = mMethodMap.get(nextSubtypeHandle.getImeId()); in switchKeyboardLayout() local5939 if (nextImi == null) { in switchKeyboardLayout()5943 final int subtypeCount = nextImi.getSubtypeCount(); in switchKeyboardLayout()5945 if (nextSubtypeHandle.equals(InputMethodSubtypeHandle.of(nextImi, null))) { in switchKeyboardLayout()5946 setInputMethodLocked(nextImi.getId(), NOT_A_SUBTYPE_ID); in switchKeyboardLayout()5953 InputMethodSubtypeHandle.of(nextImi, nextImi.getSubtypeAt(i)))) { in switchKeyboardLayout()5954 setInputMethodLocked(nextImi.getId(), i); in switchKeyboardLayout()