Lines Matching refs:preference

17 package android.preference;
51 * The Activity meta-data key for its XML preference hierarchy.
53 public static final String METADATA_KEY_PREFERENCES = "android.preference";
114 * The {@link PreferenceScreen} at the root of the preference hierarchy.
150 * an XML preference hierarchy.
153 * should be used ANY time a preference will be displayed, since some preference
167 * Sets the owning preference fragment
174 * Returns the owning preference fragment, if any.
194 * Inflates a preference hierarchy from the preference hierarchies of
196 * {@link Activity} defines its preference hierarchy with meta-data using
199 * If a preference hierarchy is given, the new preference hierarchies will
252 * Inflates a preference hierarchy from XML. If a preference hierarchy is
253 * given, the new preference hierarchies will be merged in.
285 * Called by a preference to get a unique ID in its hierarchy.
359 * used by the preference framework in the given context.
379 * Returns the root of the preference hierarchy managed by this class.
388 * Sets the root of the preference hierarchy.
390 * @param preferenceScreen The root {@link PreferenceScreen} of the preference hierarchy.
405 * @param key The key of the preference to retrieve.
418 * Sets the default values from a preference hierarchy in XML. This should
428 * @param resId The resource ID of the preference hierarchy XML file.
783 * Called when a preference in the tree rooted at this
787 * preference is located in.
788 * @param preference The preference that was clicked.
791 boolean onPreferenceTreeClick(PreferenceScreen preferenceScreen, Preference preference);