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

/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodUtils.java460 public static InputMethodInfo getMostApplicableDefaultIME(List<InputMethodInfo> enabledImes) { argument
461 if (enabledImes == null || enabledImes.isEmpty()) {
465 int i = enabledImes.size();
469 final InputMethodInfo imi = enabledImes.get(i);
482 return enabledImes.get(Math.max(firstFoundSystemIme, 0));
1260 List<Pair<String, ArrayList<String>>> enabledImes =
1270 enabledImes, imeInTheHistory, subtypeInTheHistory);
1286 ArrayList<String>>> enabledImes, String imeId, String subtypeHashCode) {
1287 for (Pair<String, ArrayList<String>> enabledIme: enabledImes) {
1285 getEnabledSubtypeHashCodeForInputMethodAndSubtypeLocked(List<Pair<String, ArrayList<String>>> enabledImes, String imeId, String subtypeHashCode) argument
[all...]

Completed in 49 milliseconds