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.java184 final ArrayMap<String, ArrayList<InputMethodSubtype>> nonKeyboardSubtypesMap = in getImplicitlyApplicableSubtypesImpl() local
194 if (!nonKeyboardSubtypesMap.containsKey(mode)) { in getImplicitlyApplicableSubtypesImpl()
195 nonKeyboardSubtypesMap.put(mode, new ArrayList<>()); in getImplicitlyApplicableSubtypesImpl()
197 nonKeyboardSubtypesMap.get(mode).add(subtype); in getImplicitlyApplicableSubtypesImpl()
237 for (final ArrayList<InputMethodSubtype> subtypeList : nonKeyboardSubtypesMap.values()) { in getImplicitlyApplicableSubtypesImpl()