Searched defs:ListPreference (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/preference/
H A DListPreference.java39 public class ListPreference extends DialogPreference { class in inherits:DialogPreference
47 public ListPreference(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:ListPreference
51 attrs, com.android.internal.R.styleable.ListPreference, defStyleAttr, defStyleRes);
65 public ListPreference(Context context, AttributeSet attrs, int defStyleAttr) { method in class:ListPreference
69 public ListPreference(Context context, AttributeSet attrs) { method in class:ListPreference
73 public ListPreference(Context context) { method in class:ListPreference
156 * Returns the summary of this ListPreference. If the summary
250 "ListPreference requires an entries array and an entryValues array.");
263 ListPreference.this.onClick(dialog, DialogInterface.BUTTON_POSITIVE);
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DListPreference.java39 public class ListPreference extends DialogPreference { class in inherits:DialogPreference
46 public ListPreference(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:ListPreference
50 attrs, R.styleable.ListPreference, defStyleAttr, defStyleRes);
72 public ListPreference(Context context, AttributeSet attrs, int defStyleAttr) { method in class:ListPreference
76 public ListPreference(Context context, AttributeSet attrs) { method in class:ListPreference
81 public ListPreference(Context context) { method in class:ListPreference
164 * Returns the summary of this ListPreference. If the summary

Completed in 93 milliseconds