onViewHolderSelected

Will be called whenever this ViewHolder is the current one selected.

This is NOT the same as gaining focus.

To observe focus changes, you need to use the focus listener set via View.setOnFocusChangeListener

This is called automatically by DpadRecyclerView on selection changes.