Package-level declarations

Types

Link copied to clipboard
open class AndroidResources
open class AndroidResources
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
abstract class DialogPreference : Preference
abstract class DialogPreference : Preference
(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
Link copied to clipboard
A Preference that displays a list of entries as a dialog.
Link copied to clipboard
A Preference that displays a list of entries as a dialog.
Link copied to clipboard
open class Preference : Comparable<T>
open class Preference : Comparable<T>
(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
abstract class PreferenceDataStore
abstract class PreferenceDataStore
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
Link copied to clipboard
abstract class PreferenceGroup : Preference
abstract class PreferenceGroup : Preference
A container for multiple Preferences.
Link copied to clipboard
Used to help create Preference hierarchies from activities or XML.
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
(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.