Loading core/java/android/preference/Preference.java +7 −0 Original line number Diff line number Diff line Loading @@ -55,6 +55,13 @@ import java.util.Set; * {@link SharedPreferences}. It is up to the subclass to decide how to store * the value. * * <div class="special reference"> * <h3>Developer Guides</h3> * <p>For information about building a settings UI with Preferences, * read the <a href="{@docRoot}guide/topics/ui/settings.html">Settings</a> * guide.</p> * </div> * * @attr ref android.R.styleable#Preference_icon * @attr ref android.R.styleable#Preference_key * @attr ref android.R.styleable#Preference_title Loading core/java/android/preference/PreferenceActivity.java +7 −0 Original line number Diff line number Diff line Loading @@ -85,6 +85,13 @@ import java.util.List; * + fragments" mode rather than the old style of just showing a single * preferences list. * * <div class="special reference"> * <h3>Developer Guides</h3> * <p>For information about using {@code PreferenceActivity}, * read the <a href="{@docRoot}guide/topics/ui/settings.html">Settings</a> * guide.</p> * </div> * * <a name="SampleCode"></a> * <h3>Sample Code</h3> * Loading core/java/android/preference/PreferenceCategory.java +7 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,13 @@ import android.util.AttributeSet; /** * Used to group {@link Preference} objects * and provide a disabled title above the group. * * <div class="special reference"> * <h3>Developer Guides</h3> * <p>For information about building a settings UI with Preferences, * read the <a href="{@docRoot}guide/topics/ui/settings.html">Settings</a> * guide.</p> * </div> */ public class PreferenceCategory extends PreferenceGroup { private static final String TAG = "PreferenceCategory"; Loading core/java/android/preference/PreferenceFragment.java +7 −0 Original line number Diff line number Diff line Loading @@ -75,6 +75,13 @@ import android.widget.ListView; * preference in the current hierarchy, see * {@link #onPreferenceTreeClick(PreferenceScreen, Preference)}. * * <div class="special reference"> * <h3>Developer Guides</h3> * <p>For information about using {@code PreferenceFragment}, * read the <a href="{@docRoot}guide/topics/ui/settings.html">Settings</a> * guide.</p> * </div> * * <a name="SampleCode"></a> * <h3>Sample Code</h3> * Loading core/java/android/preference/PreferenceGroup.java +7 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,13 @@ import android.util.AttributeSet; * {@link Preference} objects. It is a base class for Preference objects that are * parents, such as {@link PreferenceCategory} and {@link PreferenceScreen}. * * <div class="special reference"> * <h3>Developer Guides</h3> * <p>For information about building a settings UI with Preferences, * read the <a href="{@docRoot}guide/topics/ui/settings.html">Settings</a> * guide.</p> * </div> * * @attr ref android.R.styleable#PreferenceGroup_orderingFromXml */ public abstract class PreferenceGroup extends Preference implements GenericInflater.Parent<Preference> { Loading Loading
core/java/android/preference/Preference.java +7 −0 Original line number Diff line number Diff line Loading @@ -55,6 +55,13 @@ import java.util.Set; * {@link SharedPreferences}. It is up to the subclass to decide how to store * the value. * * <div class="special reference"> * <h3>Developer Guides</h3> * <p>For information about building a settings UI with Preferences, * read the <a href="{@docRoot}guide/topics/ui/settings.html">Settings</a> * guide.</p> * </div> * * @attr ref android.R.styleable#Preference_icon * @attr ref android.R.styleable#Preference_key * @attr ref android.R.styleable#Preference_title Loading
core/java/android/preference/PreferenceActivity.java +7 −0 Original line number Diff line number Diff line Loading @@ -85,6 +85,13 @@ import java.util.List; * + fragments" mode rather than the old style of just showing a single * preferences list. * * <div class="special reference"> * <h3>Developer Guides</h3> * <p>For information about using {@code PreferenceActivity}, * read the <a href="{@docRoot}guide/topics/ui/settings.html">Settings</a> * guide.</p> * </div> * * <a name="SampleCode"></a> * <h3>Sample Code</h3> * Loading
core/java/android/preference/PreferenceCategory.java +7 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,13 @@ import android.util.AttributeSet; /** * Used to group {@link Preference} objects * and provide a disabled title above the group. * * <div class="special reference"> * <h3>Developer Guides</h3> * <p>For information about building a settings UI with Preferences, * read the <a href="{@docRoot}guide/topics/ui/settings.html">Settings</a> * guide.</p> * </div> */ public class PreferenceCategory extends PreferenceGroup { private static final String TAG = "PreferenceCategory"; Loading
core/java/android/preference/PreferenceFragment.java +7 −0 Original line number Diff line number Diff line Loading @@ -75,6 +75,13 @@ import android.widget.ListView; * preference in the current hierarchy, see * {@link #onPreferenceTreeClick(PreferenceScreen, Preference)}. * * <div class="special reference"> * <h3>Developer Guides</h3> * <p>For information about using {@code PreferenceFragment}, * read the <a href="{@docRoot}guide/topics/ui/settings.html">Settings</a> * guide.</p> * </div> * * <a name="SampleCode"></a> * <h3>Sample Code</h3> * Loading
core/java/android/preference/PreferenceGroup.java +7 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,13 @@ import android.util.AttributeSet; * {@link Preference} objects. It is a base class for Preference objects that are * parents, such as {@link PreferenceCategory} and {@link PreferenceScreen}. * * <div class="special reference"> * <h3>Developer Guides</h3> * <p>For information about building a settings UI with Preferences, * read the <a href="{@docRoot}guide/topics/ui/settings.html">Settings</a> * guide.</p> * </div> * * @attr ref android.R.styleable#PreferenceGroup_orderingFromXml */ public abstract class PreferenceGroup extends Preference implements GenericInflater.Parent<Preference> { Loading