Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodUtils.java498 final ArrayList<InputMethodSubtype> applicableSubtypes = new ArrayList<>(); in getImplicitlyApplicableSubtypesLockedImpl() local
500 applicableSubtypes); in getImplicitlyApplicableSubtypesLockedImpl()
502 if (!applicableSubtypes.isEmpty()) { in getImplicitlyApplicableSubtypesLockedImpl()
504 final int numApplicationSubtypes = applicableSubtypes.size(); in getImplicitlyApplicableSubtypesLockedImpl()
506 final InputMethodSubtype subtype = applicableSubtypes.get(i); in getImplicitlyApplicableSubtypesLockedImpl()
519 applicableSubtypes.add(subtype); in getImplicitlyApplicableSubtypesLockedImpl()
525 if (applicableSubtypes.isEmpty()) { in getImplicitlyApplicableSubtypesLockedImpl()
529 applicableSubtypes.add(lastResortKeyboardSubtype); in getImplicitlyApplicableSubtypesLockedImpl()
536 applicableSubtypes); in getImplicitlyApplicableSubtypesLockedImpl()
539 return applicableSubtypes; in getImplicitlyApplicableSubtypesLockedImpl()