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/
DInputMethodUtils.java481 final ArrayMap<String, ArrayList<InputMethodSubtype>> nonKeyboardSubtypesMap = in getImplicitlyApplicableSubtypesLockedImpl() local
491 if (!nonKeyboardSubtypesMap.containsKey(mode)) { in getImplicitlyApplicableSubtypesLockedImpl()
492 nonKeyboardSubtypesMap.put(mode, new ArrayList<>()); in getImplicitlyApplicableSubtypesLockedImpl()
494 nonKeyboardSubtypesMap.get(mode).add(subtype); in getImplicitlyApplicableSubtypesLockedImpl()
534 for (final ArrayList<InputMethodSubtype> subtypeList : nonKeyboardSubtypesMap.values()) { in getImplicitlyApplicableSubtypesLockedImpl()