Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java5649 final InputMethodInfo nextImi = settings.getMethodMap().get(nextSubtypeHandle.getImeId()); in switchKeyboardLayoutLocked() local
5650 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()