Searched refs:enabledImes (Results 1 – 4 of 4) sorted by relevance
379 static InputMethodInfo getMostApplicableDefaultIME(List<InputMethodInfo> enabledImes) { in getMostApplicableDefaultIME() argument380 if (enabledImes == null || enabledImes.isEmpty()) { in getMostApplicableDefaultIME()384 int i = enabledImes.size(); in getMostApplicableDefaultIME()388 final InputMethodInfo imi = enabledImes.get(i); in getMostApplicableDefaultIME()400 return enabledImes.get(Math.max(firstFoundSystemIme, 0)); in getMostApplicableDefaultIME()1103 List<Pair<String, ArrayList<String>>> enabledImes = in getLastSubtypeForInputMethodLockedInternal() local1113 enabledImes, imeInTheHistory, subtypeInTheHistory); in getLastSubtypeForInputMethodLockedInternal()1129 ArrayList<String>>> enabledImes, String imeId, String subtypeHashCode) { in getEnabledSubtypeHashCodeForInputMethodAndSubtypeLocked() argument1130 for (Pair<String, ArrayList<String>> enabledIme: enabledImes) { in getEnabledSubtypeHashCodeForInputMethodAndSubtypeLocked()
4562 final List<InputMethodInfo> enabledImes = mSettings.getEnabledInputMethodListLocked(); in buildInputMethodListLocked() local4563 final int N = enabledImes.size(); in buildInputMethodListLocked()4565 final InputMethodInfo imi = enabledImes.get(i); in buildInputMethodListLocked()
143 final List<InputMethodInfo> enabledImes = InputMethodManagerInternal.get() in getInputMethodPackages() local146 for (final InputMethodInfo info : enabledImes) { in getInputMethodPackages()
2925 final List<InputMethodInfo> enabledImes = getEnabledInputMethodList(); in getShortcutInputMethodsAndSubtypes() local2928 enabledImes.sort(Comparator.comparingInt(imi -> imi.isSystem() ? 0 : 1)); in getShortcutInputMethodsAndSubtypes()2930 final int numEnabledImes = enabledImes.size(); in getShortcutInputMethodsAndSubtypes()2932 final InputMethodInfo imi = enabledImes.get(imiIndex); in getShortcutInputMethodsAndSubtypes()