Searched refs:enabledImes (Results 1 – 4 of 4) sorted by relevance
381 static InputMethodInfo getMostApplicableDefaultIME(List<InputMethodInfo> enabledImes) { in getMostApplicableDefaultIME() argument382 if (enabledImes == null || enabledImes.isEmpty()) { in getMostApplicableDefaultIME()386 int i = enabledImes.size(); in getMostApplicableDefaultIME()390 final InputMethodInfo imi = enabledImes.get(i); in getMostApplicableDefaultIME()402 return enabledImes.get(Math.max(firstFoundSystemIme, 0)); in getMostApplicableDefaultIME()1105 List<Pair<String, ArrayList<String>>> enabledImes = in getLastSubtypeForInputMethodLockedInternal() local1115 enabledImes, imeInTheHistory, subtypeInTheHistory); in getLastSubtypeForInputMethodLockedInternal()1131 ArrayList<String>>> enabledImes, String imeId, String subtypeHashCode) { in getEnabledSubtypeHashCodeForInputMethodAndSubtypeLocked() argument1132 for (Pair<String, ArrayList<String>> enabledIme: enabledImes) { in getEnabledSubtypeHashCodeForInputMethodAndSubtypeLocked()
4006 final List<InputMethodInfo> enabledImes = mSettings.getEnabledInputMethodListLocked(); in buildInputMethodListLocked() local4007 final int N = enabledImes.size(); in buildInputMethodListLocked()4009 final InputMethodInfo imi = enabledImes.get(i); in buildInputMethodListLocked()
2811 final List<InputMethodInfo> enabledImes = getEnabledInputMethodList(); in getShortcutInputMethodsAndSubtypes() local2814 enabledImes.sort(Comparator.comparingInt(imi -> imi.isSystem() ? 0 : 1)); in getShortcutInputMethodsAndSubtypes()2816 final int numEnabledImes = enabledImes.size(); in getShortcutInputMethodsAndSubtypes()2818 final InputMethodInfo imi = enabledImes.get(imiIndex); in getShortcutInputMethodsAndSubtypes()
9438 List<InputMethodInfo> enabledImes = InputMethodManagerInternal.get() in setPermittedInputMethods() local9440 if (enabledImes != null) { in setPermittedInputMethods()9442 for (InputMethodInfo ime : enabledImes) { in setPermittedInputMethods()