Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DSubtypeUtils.java173 final ArrayMap<String, ArrayList<InputMethodSubtype>> nonKeyboardSubtypesMap = in getImplicitlyApplicableSubtypesImpl() local
183 if (!nonKeyboardSubtypesMap.containsKey(mode)) { in getImplicitlyApplicableSubtypesImpl()
184 nonKeyboardSubtypesMap.put(mode, new ArrayList<>()); in getImplicitlyApplicableSubtypesImpl()
186 nonKeyboardSubtypesMap.get(mode).add(subtype); in getImplicitlyApplicableSubtypesImpl()
226 for (final ArrayList<InputMethodSubtype> subtypeList : nonKeyboardSubtypesMap.values()) { in getImplicitlyApplicableSubtypesImpl()