Back to Fresco

BitmapPool

docs/javadoc/reference/com/facebook/imagepipeline/memory/BitmapPool.html

3.6.015.5 KB
Original Source

Fresco

|

|

Packages | Classes

Interfaces

Classes

Annotations

Exceptions

Packages | Classes

Summary: Inherited Methods | [Expand All]

public interface

BitmapPool

implements Pool<V>

| com.facebook.imagepipeline.memory.BitmapPool |

| Known Indirect Subclasses

BucketsBitmapPool, DummyBitmapPool, DummyTrackingInUseBitmapPool, LruBitmapPool

| BucketsBitmapPool | Manages a pool of bitmaps. | | DummyBitmapPool | | | DummyTrackingInUseBitmapPool | | | LruBitmapPool | |

|

Summary

| [Expand] Inherited Methods | | --- | | From interface com.facebook.common.memory.MemoryTrimmable

| abstract void | trim(MemoryTrimType trimType) Trim memory. |

| | From interface com.facebook.common.memory.Pool

| abstract V | get(int size) Gets a 'value' of size 'S' (or larger) from the pool, if available. | | abstract void | release(V value) Releases the given value to the pool. |

| | From interface com.facebook.common.references.ResourceReleaser

| abstract void | release(T value) Release the given value. |

|

+Generated by Doclava. +