Searched refs:InputMethodPreference (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DVirtualKeyboardFragment.java45 private final ArrayList<InputMethodPreference> mInputMethodPreferenceList = new ArrayList<>();
74 // Clear existing "InputMethodPreference"s
92 final InputMethodPreference pref = new InputMethodPreference(
102 Collections.sort(mInputMethodPreferenceList, new Comparator<InputMethodPreference>() {
104 public int compare(InputMethodPreference lhs, InputMethodPreference rhs) {
110 final InputMethodPreference pref = mInputMethodPreferenceList.get(i);
H A DAvailableVirtualKeyboardFragment.java47 implements InputMethodPreference.OnSavePreferenceListener {
49 private final ArrayList<InputMethodPreference> mInputMethodPreferenceList = new ArrayList<>();
75 public void onSaveInputMethodPreference(final InputMethodPreference pref) {
82 for (final InputMethodPreference p : mInputMethodPreferenceList) {
140 // Clear existing "InputMethodPreference"s
151 final InputMethodPreference pref = new InputMethodPreference(
157 Collections.sort(mInputMethodPreferenceList, new Comparator<InputMethodPreference>() {
159 public int compare(InputMethodPreference lhs, InputMethodPreference rh
[all...]
H A DInputMethodPreference.java53 class InputMethodPreference extends RestrictedSwitchPreference implements OnPreferenceClickListener, class in inherits:RestrictedSwitchPreference,OnPreferenceClickListener,OnPreferenceChangeListener
55 private static final String TAG = InputMethodPreference.class.getSimpleName();
69 public void onSaveInputMethodPreference(InputMethodPreference pref);
92 InputMethodPreference(final Context context, final InputMethodInfo imi, method in class:InputMethodPreference
237 mOnSaveListener.onSaveInputMethodPreference(InputMethodPreference.this);
246 mOnSaveListener.onSaveInputMethodPreference(InputMethodPreference.this);
254 int compareTo(final InputMethodPreference rhs, final Collator collator) {
H A DInputMethodAndLanguageSettings.java83 InputMethodPreference.OnSavePreferenceListener {
99 private final ArrayList<InputMethodPreference> mInputMethodPreferenceList = new ArrayList<>();
395 // Clear existing "InputMethodPreference"s
396 for (final InputMethodPreference pref : mInputMethodPreferenceList) {
410 final InputMethodPreference pref = new InputMethodPreference(
416 Collections.sort(mInputMethodPreferenceList, new Comparator<InputMethodPreference>() {
418 public int compare(InputMethodPreference lhs, InputMethodPreference rhs) {
423 final InputMethodPreference pre
[all...]

Completed in 163 milliseconds