Home | History | Annotate | Download | only in settings

Lines Matching defs:pref

46     static void updateKeyboardThemeSummary(final Preference pref) {
47 final Context context = pref.getContext();
54 pref.setSummary(keyboardThemeNames[index]);
70 final KeyboardThemePreference pref = new KeyboardThemePreference(
72 screen.addPreference(pref);
73 pref.setOnRadioButtonClickedListener(this);
82 final KeyboardThemePreference pref = (KeyboardThemePreference)preference;
83 mSelectedThemeId = pref.mThemeId;
106 final KeyboardThemePreference pref = (KeyboardThemePreference)preference;
107 final boolean selected = (mSelectedThemeId == pref.mThemeId);
108 pref.setSelected(selected);