- ImageContainer(Bitmap, String, String, ImageLoader.ImageListener) - Constructor for class com.android.volley.toolbox.ImageLoader.ImageContainer
-
Constructs a BitmapContainer object.
- ImageLoader - Class in com.android.volley.toolbox
-
Helper that handles loading and caching images from remote URLs.
- ImageLoader(RequestQueue, ImageLoader.ImageCache) - Constructor for class com.android.volley.toolbox.ImageLoader
-
Constructs a new ImageLoader.
- ImageLoader.ImageCache - Interface in com.android.volley.toolbox
-
Simple cache adapter interface.
- ImageLoader.ImageContainer - Class in com.android.volley.toolbox
-
Container object for all of the data surrounding an image request.
- ImageLoader.ImageListener - Interface in com.android.volley.toolbox
-
Interface for the response handlers on image requests.
- ImageLoaderTest - Class in com.android.volley.toolbox
-
- ImageLoaderTest() - Constructor for class com.android.volley.toolbox.ImageLoaderTest
-
- ImageRequest - Class in com.android.volley.toolbox
-
A canned request for getting an image at a given URL and calling
back with a decoded Bitmap.
- ImageRequest(String, Response.Listener<Bitmap>, int, int, ImageView.ScaleType, Bitmap.Config, Response.ErrorListener) - Constructor for class com.android.volley.toolbox.ImageRequest
-
Creates a new image request, decoding to a maximum specified width and
height.
- ImageRequest(String, Response.Listener<Bitmap>, int, int, Bitmap.Config, Response.ErrorListener) - Constructor for class com.android.volley.toolbox.ImageRequest
-
Deprecated.
- ImageRequestTest - Class in com.android.volley.toolbox
-
- ImageRequestTest() - Constructor for class com.android.volley.toolbox.ImageRequestTest
-
- initialize() - Method in interface com.android.volley.Cache
-
Performs any potentially long-running actions needed to initialize the cache;
will be called from a worker thread.
- initialize() - Method in class com.android.volley.toolbox.DiskBasedCache
-
Initializes the DiskBasedCache by scanning for all files currently in the
specified root directory.
- initialize() - Method in class com.android.volley.toolbox.NoCache
-
- intermediate - Variable in class com.android.volley.Response
-
True if this response was a soft-expired one and a second one MAY be coming.
- invalidate(String, boolean) - Method in interface com.android.volley.Cache
-
Invalidates an entry in the cache.
- invalidate(String, boolean) - Method in class com.android.volley.toolbox.DiskBasedCache
-
Invalidates an entry in the cache.
- invalidate(String, boolean) - Method in class com.android.volley.toolbox.NoCache
-
- invalidateAuthToken(String) - Method in class com.android.volley.toolbox.AndroidAuthenticator
-
- invalidateAuthToken() - Method in class com.android.volley.toolbox.AndroidAuthenticatorTest
-
- invalidateAuthToken(String) - Method in interface com.android.volley.toolbox.Authenticator
-
Invalidates the provided auth token.
- isCached(String, int, int) - Method in class com.android.volley.toolbox.ImageLoader
-
Checks if the item is available in the cache.
- isCached(String, int, int, ImageView.ScaleType) - Method in class com.android.volley.toolbox.ImageLoader
-
Checks if the item is available in the cache.
- isCachedChecksCache() - Method in class com.android.volley.toolbox.ImageLoaderTest
-
- isCanceled() - Method in class com.android.volley.Request
-
Returns true if this request has been canceled.
- isCanceled() - Method in class com.android.volley.toolbox.ClearCacheRequest
-
- isCancelled() - Method in class com.android.volley.toolbox.RequestFuture
-
- isDone() - Method in class com.android.volley.toolbox.RequestFuture
-
- isExpired() - Method in class com.android.volley.Cache.Entry
-
True if the entry is expired.
- isSuccess() - Method in class com.android.volley.Response
-
Returns whether this response is considered successful.