removeAndRecycleView
open fun removeAndRecycleView(@NonNull child: View, @NonNull recycler: RecyclerView.Recycler)(source)
Remove a child view and recycle it using the given Recycler.
Parameters
child
Child to remove and recycle
recycler
Recycler to use to recycle child