Interface | Description |
---|---|
BitmapCache | |
ContiguousFIFOAggregator.Callback<T> |
Implement this interface if you want to be notified when the key becomes the first
expected key.
|
DecodeAggregator.Callback | |
DecodeTask.DecodeCallback |
Callback interface for clients to be notified of decode state changes and completion.
|
Poolable | |
PooledCache<K,V> | |
RequestKey |
The decode task uses this class to get input to decode.
|
RequestKey.Callback |
Callback for creating the
RequestKey.FileDescriptorFactory asynchronously. |
RequestKey.Cancelable |
Interface for a background task that is cancelable.
|
RequestKey.FileDescriptorFactory |
Class | Description |
---|---|
ContiguousFIFOAggregator<T> |
An implementation of a task aggregator that executes tasks in the order that they are expected
.
|
DecodeAggregator | |
DecodeTask |
Decodes an image from either a file descriptor or input stream on a worker thread.
|
DecodeTask.DecodeOptions |
Parameters to pass to the DecodeTask.
|
NamedThreadFactory | |
ResourceRequestKey |
Simple RequestKey for decoding from a resource id.
|
ReusableBitmap |
A simple bitmap wrapper.
|
ReusableBitmap.NullReusableBitmap |
Singleton class to represent a null Bitmap.
|
UnrefedBitmapCache |
This subclass provides custom pool behavior.
|
UnrefedPooledCache<K,V extends Poolable> |
An alternative implementation of a pool+cache.
|