public static interface ViewPool.ViewPoolConsumer<V,T>
Modifier and Type | Method and Description |
---|---|
V |
createView(Context context) |
boolean |
hasPreferredData(V v,
T preferredData) |
void |
onPickUpViewFromPool(V v,
T prepareData,
boolean isNewView) |
void |
onReturnViewToPool(V v) |