Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/inputmethod/
DInputMethodSubtypeSwitchingController.java184 private final TreeMap<InputMethodInfo, List<InputMethodSubtype>> mSortedImmis = field in InputMethodSubtypeSwitchingController.InputMethodAndSubtypeList
217 mSortedImmis.clear(); in getSortedInputMethodAndSubtypeList()
218 mSortedImmis.putAll(immis); in getSortedInputMethodAndSubtypeList()
219 for (InputMethodInfo imi : mSortedImmis.keySet()) { in getSortedInputMethodAndSubtypeList()