java.lang.Object | |
↳ | android.support.v7.widget.RecyclerView.RecycledViewPool |
RecycledViewPool lets you share Views between multiple RecyclerViews.
If you want to recycle views across RecyclerViews, create an instance of RecycledViewPool
and use setRecycledViewPool(RecycledViewPool)
.
RecyclerView automatically creates a pool for itself if you don't provide one.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|