java.lang.Object | |
↳ | com.facebook.imagepipeline.request.MediaVariations.Builder |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
MediaVariations.Builder | addVariant(Uri uri, int width, int height) | ||||||||||
MediaVariations | build() | ||||||||||
MediaVariations.Builder |
setForceRequestForSpecifiedUri(boolean forceRequestForSpecifiedUri)
Sets whether the URI specified in the image request should be downloaded, even if another
cached image appears to be big enough for the request.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Sets whether the URI specified in the image request should be downloaded, even if another cached image appears to be big enough for the request. This may be useful for example if the original image should be saved in encoded format but the original size is unknown.
In this case, whatever other image is found may still be returned as a non-final placeholder.