| Package | Description |
|---|---|
| com.android.volley.toolbox |
| Modifier and Type | Method and Description |
|---|---|
ImageLoader.ImageContainer |
ImageLoader.get(String requestUrl,
ImageLoader.ImageListener imageListener,
int maxWidth,
int maxHeight,
android.widget.ImageView.ScaleType scaleType,
ImageRequest.Transformation transformation)
Issues a bitmap request with the given URL if that image is not available
in the cache, and returns a bitmap container that contains all of the data
relating to the request (as well as the default image if the requested
image is not available).
|
boolean |
ImageLoader.isCached(String requestUrl,
int maxWidth,
int maxHeight,
android.widget.ImageView.ScaleType scaleType,
ImageRequest.Transformation transformation)
Checks if the item is available in the cache.
|
protected Request<android.graphics.Bitmap> |
ImageLoader.makeImageRequest(String requestUrl,
int maxWidth,
int maxHeight,
android.widget.ImageView.ScaleType scaleType,
String cacheKey,
ImageRequest.Transformation transformation) |
void |
NetworkImageView.setTransformation(ImageRequest.Transformation transformation) |
| Constructor and Description |
|---|
ImageRequest(String url,
Response.Listener<android.graphics.Bitmap> listener,
int maxWidth,
int maxHeight,
android.widget.ImageView.ScaleType scaleType,
android.graphics.Bitmap.Config decodeConfig,
ImageRequest.Transformation transformation,
Response.ErrorListener errorListener)
Creates a new image request, decoding to a maximum specified width and
height.
|
Copyright © 2015. All rights reserved.