DpadViewHolder
interface DpadViewHolder
A ViewHolder managed by DpadRecyclerView.
Implement this in case you're interested in receiving selection changes or customising alignment
For receiving focus changes, use the standard View.setOnFocusChangeListener instead
Functions
Link copied to clipboard
Link copied to clipboard
Will be called whenever this ViewHolder is no longer the current one selected.
Link copied to clipboard
Will be called whenever this ViewHolder is the current one selected.
Link copied to clipboard
Will be called after onViewHolderSelected once the RecyclerView stops scrolling and the ViewHolder is aligned in its final position