onViewHolderDeselected

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

This is NOT the same as losing 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.