public interface PoolableContentProvider
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
createPoolableContent(Context context)
Creates a mount-content that can be pooled.
|
MountItemsPool.ItemPool<?> |
createRecyclingPool()
Creates an ItemPool for this mountable content.
|
java.lang.Object |
getPoolableContentType()
Returns an object defining the type of the mount-content.
|
boolean |
isRecyclingDisabled()
Return true if pooling should be disabled for this mount content.
|
java.lang.Object createPoolableContent(Context context)
java.lang.Object getPoolableContentType()
boolean isRecyclingDisabled()
MountItemsPool.ItemPool<?> createRecyclingPool()