Package-level declarations

Types

Link copied to clipboard

Holds the scroll state of nested DpadRecyclerView. Use it to save and restore the scroll state of all RecyclerViews in a single screen.

Link copied to clipboard
class DpadStateRegistry(registryOwner: SavedStateRegistryOwner)

Saves and restores scroll states and ViewHolder states. Check DpadScrollState and DpadViewHolderState for more information.

Link copied to clipboard

Holds the view hierarchy state of some RecyclerView.ViewHolder. Use saveState to save a RecyclerView.ViewHolder and restoreState to restore its state.