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

/frameworks/base/core/java/android/preference/
H A DPreference.java45 * Represents the basic Preference UI building
52 * subclass of {@link Preference}, similar to the view hierarchy and layouts.
80 public class Preference implements Comparable<Preference> { class in inherits:Comparable
131 private List<Preference> mDependents;
137 * {@link Preference} has been changed by the user and is
143 * Called when a Preference has been changed by the user. This is
144 * called before the state of the Preference is about to be updated and
147 * @param preference The changed Preference.
148 * @param newValue The new value of the Preference
210 public Preference(Context context, AttributeSet attrs, int defStyle) { method in class:Preference
299 public Preference(Context context, AttributeSet attrs) { method in class:Preference
308 public Preference(Context context) { method in class:Preference
[all...]

Completed in 155 milliseconds