Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/inputmethod/
DInputMethodUtils.java622 InputMethodSubtype firstMatchedModeSubtype = null; in findLastResortApplicableSubtypeLocked() local
631 if (firstMatchedModeSubtype == null) { in findLastResortApplicableSubtypeLocked()
632 firstMatchedModeSubtype = subtype; in findLastResortApplicableSubtypeLocked()
647 return firstMatchedModeSubtype; in findLastResortApplicableSubtypeLocked()