getRecycledViewPool

Retrieve this RecyclerView's RecycledViewPool. This method will never return null; if no pool is set for this view a new one will be created. See setRecycledViewPool for more information.

Return

The pool used to store recycled item views for reuse.

See also