PreferenceGroupAdapter
open class PreferenceGroupAdapter : RecyclerView.Adapter<VH> , Preference.OnPreferenceChangeInternalListener, PreferenceGroup.PreferencePositionCallback(source)
(SESL variant) An adapter that connects a RecyclerView to the Preferences contained in an associated PreferenceGroup. Used by Settings.
Functions
Link copied to clipboard
Returns the Preference at the given position
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the adapter position of the specified Preference object
Returns the adapter position of the first Preference with the specified key.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Called when this preference has changed.
Link copied to clipboard
Called when this group has added/removed Preference(s).
Link copied to clipboard
Called when this preference has changed its visibility.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard