Searched refs:enabledImes (Results 1 – 6 of 6) sorted by relevance
242 static InputMethodInfo getMostApplicableDefaultIME(List<InputMethodInfo> enabledImes) { in getMostApplicableDefaultIME() argument243 if (enabledImes == null || enabledImes.isEmpty()) { in getMostApplicableDefaultIME()247 int i = enabledImes.size(); in getMostApplicableDefaultIME()251 final InputMethodInfo imi = enabledImes.get(i); in getMostApplicableDefaultIME()263 return enabledImes.get(Math.max(firstFoundSystemIme, 0)); in getMostApplicableDefaultIME()
628 List<Pair<String, ArrayList<String>>> enabledImes = in getLastSubtypeForInputMethodLockedInternal() local638 enabledImes, imeInTheHistory, subtypeInTheHistory); in getLastSubtypeForInputMethodLockedInternal()654 ArrayList<String>>> enabledImes, String imeId, String subtypeHashCode) { in getEnabledSubtypeHashCodeForInputMethodAndSubtypeLocked() argument655 for (Pair<String, ArrayList<String>> enabledIme: enabledImes) { in getEnabledSubtypeHashCodeForInputMethodAndSubtypeLocked()
5331 final List<InputMethodInfo> enabledImes = mSettings.getEnabledInputMethodListLocked(); in buildInputMethodListLocked() local5332 final int numImes = enabledImes.size(); in buildInputMethodListLocked()5334 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()
12307 List<InputMethodInfo> enabledImes = mInjector.binderWithCleanCallingIdentity(() ->12309 if (enabledImes != null) {12311 for (InputMethodInfo ime : enabledImes) {
3959 final List<InputMethodInfo> enabledImes = getEnabledInputMethodList(); in getShortcutInputMethodsAndSubtypes() local3962 enabledImes.sort(Comparator.comparingInt(imi -> imi.isSystem() ? 0 : 1)); in getShortcutInputMethodsAndSubtypes()3964 final int numEnabledImes = enabledImes.size(); in getShortcutInputMethodsAndSubtypes()3966 final InputMethodInfo imi = enabledImes.get(imiIndex); in getShortcutInputMethodsAndSubtypes()