Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodUtils.java543 final ArrayList<InputMethodSubtype> applicableSubtypes = new ArrayList<>(); in getImplicitlyApplicableSubtypesLockedImpl() local
545 applicableSubtypes); in getImplicitlyApplicableSubtypesLockedImpl()
547 if (!applicableSubtypes.isEmpty()) { in getImplicitlyApplicableSubtypesLockedImpl()
549 final int numApplicationSubtypes = applicableSubtypes.size(); in getImplicitlyApplicableSubtypesLockedImpl()
551 final InputMethodSubtype subtype = applicableSubtypes.get(i); in getImplicitlyApplicableSubtypesLockedImpl()
564 applicableSubtypes.add(subtype); in getImplicitlyApplicableSubtypesLockedImpl()
570 if (applicableSubtypes.isEmpty()) { in getImplicitlyApplicableSubtypesLockedImpl()
574 applicableSubtypes.add(lastResortKeyboardSubtype); in getImplicitlyApplicableSubtypesLockedImpl()
581 applicableSubtypes); in getImplicitlyApplicableSubtypesLockedImpl()
584 return applicableSubtypes; in getImplicitlyApplicableSubtypesLockedImpl()