Searched defs:InputMethodUtils (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodUtils.java44 public class InputMethodUtils { class
49 private static final String TAG = "InputMethodUtils";
56 private InputMethodUtils() { method in class:InputMethodUtils
229 if (InputMethodUtils.isSystemImeThatHasEnglishKeyboardSubtype(imi)
233 if (firstFoundSystemIme < 0 && InputMethodUtils.isSystemIme(imi)
262 final List<InputMethodSubtype> subtypes = InputMethodUtils.getSubtypes(imi);
331 enabledSubtypes = InputMethodUtils.getImplicitlyApplicableSubtypesLocked(
555 enabledSubtypes = InputMethodUtils.getImplicitlyApplicableSubtypesLocked(

Completed in 68 milliseconds