Searched refs:lastSubtypeHash (Results 1 – 1 of 1) sorted by relevance
3721 final int lastSubtypeHash = Integer.parseInt(lastIme.second); in switchToPreviousInputMethod() local3726 if (!imiIdIsSame || lastSubtypeHash != currentSubtypeHash) { in switchToPreviousInputMethod()3728 subtypeId = InputMethodUtils.getSubtypeIdFromHashCode(lastImi, lastSubtypeHash); in switchToPreviousInputMethod()3821 final int lastSubtypeHash = Integer.parseInt(lastIme.second); in getLastInputMethodSubtype() local3823 InputMethodUtils.getSubtypeIdFromHashCode(lastImi, lastSubtypeHash); in getLastInputMethodSubtype()