onViewFocused

abstract fun onViewFocused(parent: RecyclerView.ViewHolder, child: View)

Parameters

parent

The RecyclerView.ViewHolder within the RecyclerView that is focused

child

The actual child View that received focus. Can be a child of a nested RecyclerView.