Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DSubtypeUtils.java223 InputMethodSubtype lastResortKeyboardSubtype = findLastResortApplicableSubtypeLocked( in getImplicitlyApplicableSubtypesLockedImpl() local
225 if (lastResortKeyboardSubtype != null) { in getImplicitlyApplicableSubtypesLockedImpl()
226 applicableSubtypes.add(lastResortKeyboardSubtype); in getImplicitlyApplicableSubtypesLockedImpl()