Package-level declarations
Types
Link copied to clipboard
Utility class for attributes unavailable on older APIs
Link copied to clipboard
(SESL variant) A Preference that provides checkbox widget functionality.
Link copied to clipboard
(SESL variant) A base class for Preferences that are dialog-based.
Link copied to clipboard
(SESL variant) A ListPreference that presents the options in a drop down menu rather than a dialog.
Link copied to clipboard
A DialogPreference that shows a EditText in the dialog.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
A Preference that displays a list of entries as a dialog.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
A Preference that displays a list of entries as a dialog.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
(SESL variant) The basic building block that represents an individual setting displayed to a user in the preference hierarchy.
Link copied to clipboard
A container that is used to group similar Preferences.
Link copied to clipboard
A data store interface to be implemented and provided to the Preference framework.
Link copied to clipboard
Abstract base class which presents a dialog associated with a DialogPreference.
Link copied to clipboard
Abstract base class which presents a dialog associated with a DialogPreference.
Link copied to clipboard
abstract class PreferenceFragment : Fragment, PreferenceManager.OnPreferenceTreeClickListener, PreferenceManager.OnDisplayPreferenceDialogListener, PreferenceManager.OnNavigateToScreenListener, DialogPreference.TargetFragment
abstract class PreferenceFragment : Fragment, PreferenceManager.OnPreferenceTreeClickListener, PreferenceManager.OnDisplayPreferenceDialogListener, PreferenceManager.OnNavigateToScreenListener, DialogPreference.TargetFragment
(SESL variant) Shows a hierarchy of Preference objects as lists.
Link copied to clipboard
abstract class PreferenceFragmentCompat : Fragment, PreferenceManager.OnPreferenceTreeClickListener, PreferenceManager.OnDisplayPreferenceDialogListener, PreferenceManager.OnNavigateToScreenListener, DialogPreference.TargetFragment
abstract class PreferenceFragmentCompat : Fragment, PreferenceManager.OnPreferenceTreeClickListener, PreferenceManager.OnDisplayPreferenceDialogListener, PreferenceManager.OnNavigateToScreenListener, DialogPreference.TargetFragment
(SESL variant) A PreferenceFragmentCompat is the entry point to using the Preference library.
Link copied to clipboard
A container for multiple Preferences.
Link copied to clipboard
open class PreferenceGroupAdapter : RecyclerView.Adapter<VH> , Preference.OnPreferenceChangeInternalListener, PreferenceGroup.PreferencePositionCallback
open class PreferenceGroupAdapter : RecyclerView.Adapter<VH> , Preference.OnPreferenceChangeInternalListener, PreferenceGroup.PreferencePositionCallback
(SESL variant) An adapter that connects a RecyclerView to the Preferences contained in an associated PreferenceGroup.
Link copied to clipboard
Used to help create Preference hierarchies from activities or XML.
Link copied to clipboard
The accessibility delegate used by the RecyclerView that displays views for Preferences.
Link copied to clipboard
A top-level container that represents a settings screen.
Link copied to clipboard
(SESL variant) A RecyclerView.ViewHolder class which caches views associated with the default Preference layouts.
Link copied to clipboard
(SESL variant) Preference based on android.preference.SeekBarPreference but uses support preference as a base .
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
(SESL variant) A Preference that provides a two-state toggleable option.
Link copied to clipboard
(SESL variant) A Preference that provides a two-state toggleable option.
Link copied to clipboard
Common base class for preferences that have two selectable states, save a boolean value, and may have dependent preferences that are enabled/disabled based on the current state.
Link copied to clipboard
Custom LinearLayout that does not propagate the pressed state down to its children.