Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/inputmethod/
DInputMethodUtils.java530 final ArrayList<InputMethodSubtype> applicableSubtypes = new ArrayList<>(); in getImplicitlyApplicableSubtypesLockedImpl() local
532 applicableSubtypes); in getImplicitlyApplicableSubtypesLockedImpl()
534 if (!applicableSubtypes.isEmpty()) { in getImplicitlyApplicableSubtypesLockedImpl()
536 final int numApplicationSubtypes = applicableSubtypes.size(); in getImplicitlyApplicableSubtypesLockedImpl()
538 final InputMethodSubtype subtype = applicableSubtypes.get(i); in getImplicitlyApplicableSubtypesLockedImpl()
551 applicableSubtypes.add(subtype); in getImplicitlyApplicableSubtypesLockedImpl()
557 if (applicableSubtypes.isEmpty()) { in getImplicitlyApplicableSubtypesLockedImpl()
561 applicableSubtypes.add(lastResortKeyboardSubtype); in getImplicitlyApplicableSubtypesLockedImpl()
568 applicableSubtypes); in getImplicitlyApplicableSubtypesLockedImpl()
571 return applicableSubtypes; in getImplicitlyApplicableSubtypesLockedImpl()