Searched refs:mInputMethodPreferenceList (Results 1 – 3 of 3) sorted by relevance
49 private final ArrayList<InputMethodPreference> mInputMethodPreferenceList = new ArrayList<>(); field in AvailableVirtualKeyboardFragment82 for (final InputMethodPreference p : mInputMethodPreferenceList) { in onSaveInputMethodPreference()141 mInputMethodPreferenceList.clear(); in updateInputMethodPreferenceViews()154 mInputMethodPreferenceList.add(pref); in updateInputMethodPreferenceViews()157 Collections.sort(mInputMethodPreferenceList, new Comparator<InputMethodPreference>() { in updateInputMethodPreferenceViews()165 final InputMethodPreference pref = mInputMethodPreferenceList.get(i); in updateInputMethodPreferenceViews()
45 private final ArrayList<InputMethodPreference> mInputMethodPreferenceList = new ArrayList<>(); field in VirtualKeyboardFragment75 mInputMethodPreferenceList.clear(); in updateInputMethodPreferenceViews()99 mInputMethodPreferenceList.add(pref); in updateInputMethodPreferenceViews()102 Collections.sort(mInputMethodPreferenceList, new Comparator<InputMethodPreference>() { in updateInputMethodPreferenceViews()110 final InputMethodPreference pref = mInputMethodPreferenceList.get(i); in updateInputMethodPreferenceViews()
99 private final ArrayList<InputMethodPreference> mInputMethodPreferenceList = new ArrayList<>(); field in InputMethodAndLanguageSettings394 synchronized (mInputMethodPreferenceList) { in updateInputMethodPreferenceViews()396 for (final InputMethodPreference pref : mInputMethodPreferenceList) { in updateInputMethodPreferenceViews()399 mInputMethodPreferenceList.clear(); in updateInputMethodPreferenceViews()413 mInputMethodPreferenceList.add(pref); in updateInputMethodPreferenceViews()416 Collections.sort(mInputMethodPreferenceList, new Comparator<InputMethodPreference>() { in updateInputMethodPreferenceViews()423 final InputMethodPreference pref = mInputMethodPreferenceList.get(i); in updateInputMethodPreferenceViews()458 for (final InputMethodPreference p : mInputMethodPreferenceList) { in onSaveInputMethodPreference()