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.
73 public class Preference implements Comparable<Preference>, OnDependencyChangeListener { class in inherits:Comparable,OnDependencyChangeListener
123 private List<Preference> mDependents;
129 * {@link Preference} has been changed by the user and is
135 * Called when a Preference has been changed by the user. This is
136 * called before the state of the Preference is about to be updated and
139 * @param preference The changed Preference.
140 * @param newValue The new value of the Preference
202 public Preference(Context context, AttributeSet attrs, int defStyle) { method in class:Preference
290 public Preference(Context context, AttributeSet attrs) { method in class:Preference
299 public Preference(Context context) { method in class:Preference
[all...]

Completed in 55 milliseconds