Home | History | Annotate | Download | only in ui

Lines Matching refs:preference

30  * preference button. The setting includes a title for showing the preference
33 * and a next button. A switch, i.e. the preference RecordLocationPreference,
42 // Scene mode can override the original preference value.
53 protected void setTitle(ListPreference preference) {
54 ((TextView) findViewById(R.id.title)).setText(preference.getTitle());
57 public void initialize(ListPreference preference) {
58 setTitle(preference);
59 if (preference == null) return;
60 mPreference = preference;
78 // The value of the preference may have changed. Update the UI.