findViewByPosition
Finds the view which represents the given adapter position.
This method traverses each child since it has no information about child order. Override this method to improve performance if your LayoutManager keeps data about child views.
If a view is ignored via #ignoreView(View), it is also ignored by this method.