Home | History | Annotate | Download | only in preferences

Lines Matching refs:Preference

21 import android.preference.Preference;
22 import android.preference.PreferenceFragment;
32 implements Preference.OnPreferenceChangeListener {
46 Preference e = findPreference(PreferenceKeys.PREF_MIN_FONT_SIZE);
79 void updateMinFontSummary(Preference pref, int minFontSize) {
84 void updateTextZoomSummary(Preference pref, int textZoom) {
88 void updateDoubleTapZoomSummary(Preference pref, int doubleTapZoom) {
92 void updateInvertedContrastSummary(Preference pref, int contrast) {
97 public boolean onPreferenceChange(Preference pref, Object objValue) {