Home
last modified time | relevance | path

Searched refs:mInputMethodPreferenceList (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/src/com/android/settings/inputmethod/
DAvailableVirtualKeyboardFragment.java45 private final ArrayList<InputMethodPreference> mInputMethodPreferenceList = new ArrayList<>(); field in AvailableVirtualKeyboardFragment
77 for (final InputMethodPreference p : mInputMethodPreferenceList) { in onSaveInputMethodPreference()
90 mInputMethodPreferenceList.clear(); in updateInputMethodPreferenceViews()
102 mInputMethodPreferenceList.add(pref); in updateInputMethodPreferenceViews()
105 mInputMethodPreferenceList.sort((lhs, rhs) -> lhs.compareTo(rhs, collator)); in updateInputMethodPreferenceViews()
108 final InputMethodPreference pref = mInputMethodPreferenceList.get(i); in updateInputMethodPreferenceViews()
DVirtualKeyboardFragment.java50 private final ArrayList<InputMethodPreference> mInputMethodPreferenceList = new ArrayList<>(); field in VirtualKeyboardFragment
80 mInputMethodPreferenceList.clear(); in updateInputMethodPreferenceViews()
97 mInputMethodPreferenceList.add(pref); in updateInputMethodPreferenceViews()
100 mInputMethodPreferenceList.sort((lhs, rhs) -> lhs.compareTo(rhs, collator)); in updateInputMethodPreferenceViews()
103 final InputMethodPreference pref = mInputMethodPreferenceList.get(i); in updateInputMethodPreferenceViews()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/inputmethod/
DAvailableVirtualKeyboardFragment.java54 private final ArrayList<InputMethodPreference> mInputMethodPreferenceList = new ArrayList<>(); field in AvailableVirtualKeyboardFragment
86 for (final InputMethodPreference p : mInputMethodPreferenceList) { in onSaveInputMethodPreference()
145 mInputMethodPreferenceList.clear(); in updateInputMethodPreferenceViews()
158 mInputMethodPreferenceList.add(pref); in updateInputMethodPreferenceViews()
161 mInputMethodPreferenceList.sort((lhs, rhs) -> lhs.compareTo(rhs, collator)); in updateInputMethodPreferenceViews()
164 final InputMethodPreference pref = mInputMethodPreferenceList.get(i); in updateInputMethodPreferenceViews()
DVirtualKeyboardFragment.java53 private final ArrayList<InputMethodPreference> mInputMethodPreferenceList = new ArrayList<>(); field in VirtualKeyboardFragment
83 mInputMethodPreferenceList.clear(); in updateInputMethodPreferenceViews()
107 mInputMethodPreferenceList.add(pref); in updateInputMethodPreferenceViews()
110 mInputMethodPreferenceList.sort((lhs, rhs) -> lhs.compareTo(rhs, collator)); in updateInputMethodPreferenceViews()
113 final InputMethodPreference pref = mInputMethodPreferenceList.get(i); in updateInputMethodPreferenceViews()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/inputmethod/
DAvailableVirtualKeyboardFragment.java57 private final ArrayList<InputMethodPreference> mInputMethodPreferenceList = new ArrayList<>(); field in AvailableVirtualKeyboardFragment
90 for (final InputMethodPreference p : mInputMethodPreferenceList) { in onSaveInputMethodPreference()
144 mInputMethodPreferenceList.clear(); in updateInputMethodPreferenceViews()
157 mInputMethodPreferenceList.add(pref); in updateInputMethodPreferenceViews()
160 mInputMethodPreferenceList.sort((lhs, rhs) -> lhs.compareTo(rhs, collator)); in updateInputMethodPreferenceViews()
163 final InputMethodPreference pref = mInputMethodPreferenceList.get(i); in updateInputMethodPreferenceViews()