Package-level declarations
Types
Link copied to clipboard
class DpadScrollState
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
Saves and restores scroll states and ViewHolder states. Check DpadScrollState and DpadViewHolderState for more information.
Link copied to clipboard
class DpadViewHolderState
Holds the view hierarchy state of some RecyclerView.ViewHolder. Use saveState to save a RecyclerView.ViewHolder and restoreState to restore its state.