Searched refs:enabledImes (Results 1 – 5 of 5) sorted by relevance
426 static InputMethodInfo getMostApplicableDefaultIME(List<InputMethodInfo> enabledImes) { in getMostApplicableDefaultIME() argument427 if (enabledImes == null || enabledImes.isEmpty()) { in getMostApplicableDefaultIME()431 int i = enabledImes.size(); in getMostApplicableDefaultIME()435 final InputMethodInfo imi = enabledImes.get(i); in getMostApplicableDefaultIME()447 return enabledImes.get(Math.max(firstFoundSystemIme, 0)); in getMostApplicableDefaultIME()1158 List<Pair<String, ArrayList<String>>> enabledImes = in getLastSubtypeForInputMethodLockedInternal() local1168 enabledImes, imeInTheHistory, subtypeInTheHistory); in getLastSubtypeForInputMethodLockedInternal()1184 ArrayList<String>>> enabledImes, String imeId, String subtypeHashCode) { in getEnabledSubtypeHashCodeForInputMethodAndSubtypeLocked() argument1185 for (Pair<String, ArrayList<String>> enabledIme: enabledImes) { in getEnabledSubtypeHashCodeForInputMethodAndSubtypeLocked()
4605 final List<InputMethodInfo> enabledImes = mSettings.getEnabledInputMethodListLocked(); in buildInputMethodListLocked() local4606 final int N = enabledImes.size(); in buildInputMethodListLocked()4608 final InputMethodInfo imi = enabledImes.get(i); in buildInputMethodListLocked()
170 final List<InputMethodInfo> enabledImes = InputMethodManagerInternal.get() in getInputMethodPackages() local173 for (final InputMethodInfo info : enabledImes) { in getInputMethodPackages()
10271 List<InputMethodInfo> enabledImes = mInjector.binderWithCleanCallingIdentity(() ->10273 if (enabledImes != null) {10275 for (InputMethodInfo ime : enabledImes) {
2926 final List<InputMethodInfo> enabledImes = getEnabledInputMethodList(); in getShortcutInputMethodsAndSubtypes() local2929 enabledImes.sort(Comparator.comparingInt(imi -> imi.isSystem() ? 0 : 1)); in getShortcutInputMethodsAndSubtypes()2931 final int numEnabledImes = enabledImes.size(); in getShortcutInputMethodsAndSubtypes()2933 final InputMethodInfo imi = enabledImes.get(imiIndex); in getShortcutInputMethodsAndSubtypes()