Public 成员函数 | |
| ImageContainer (Bitmap bitmap, String requestUrl, String cacheKey, ImageListener listener) | |
| void | cancelRequest () |
| Bitmap | getBitmap () |
| String | getRequestUrl () |
Private 属性 | |
| Bitmap | mBitmap |
| final ImageListener | mListener |
| final String | mCacheKey |
| final String | mRequestUrl |
Container object for all of the data surrounding an image request.
|
inline |
Constructs a BitmapContainer object.
| bitmap | The final bitmap (if it exists). |
| requestUrl | The requested URL for this container. |
| cacheKey | The cache key that identifies the requested URL for this container. |
|
inline |
Releases interest in the in-flight request (and cancels it if no one else is listening).
|
inline |
Returns the bitmap associated with the request URL if it has been loaded, null otherwise.
|
inline |
Returns the requested URL for this container.
|
private |
The most relevant bitmap for the container. If the image was in cache, the Holder to use for the final bitmap (the one that pairs to the requested URL).
|
private |
The cache key that was associated with the request
|
private |
|
private |
The request URL that was specified
1.8.8