docs/javadoc/reference/com/facebook/imagepipeline/producers/ThumbnailProducer.html
|
|
Consumer<T>
NetworkFetcher<FETCH_STATE extends FetchState>
Producer<T>
BaseConsumer<T>
BaseNetworkFetcher<FETCH_STATE extends FetchState>
DelegatingConsumer<I, O>
HttpUrlConnectionNetworkFetcher.HttpUrlConnectionNetworkFetchState
MultiplexProducer<K, T extends Closeable>
NullProducer<T>
PostprocessedBitmapMemoryCacheProducer.CachedPostprocessorConsumer
PriorityNetworkFetcher<FETCH_STATE extends FetchState>
PriorityNetworkFetcher.PriorityFetchState<FETCH_STATE extends FetchState>
Summary: Methods | Inherited Methods | [Expand All]
public interface
implements Producer<T>
| com.facebook.imagepipeline.producers.ThumbnailProducer<T> |
| Known Indirect Subclasses
LocalContentUriThumbnailFetchProducer, LocalExifThumbnailProducer
| LocalContentUriThumbnailFetchProducer | Represents a local content Uri fetch producer. | | LocalExifThumbnailProducer | A producer that retrieves exif thumbnails. |
|
Implemented producers can be queried for whether they are likely to be able to produce a result of the desired size.
produceResults(Consumer, ProducerContext) may send a null image to the consumer, even if an image is available, if the ultimate image is smaller than wanted. This may happen even if the producer thought it would be able to satisfy the request.
| Public Methods |
|---|
| abstract boolean |
| Checks whether the producer may be able to produce images of the specified size. |
| [Expand] Inherited Methods | | --- | | From interface com.facebook.imagepipeline.producers.Producer
| abstract void | produceResults(Consumer<T> consumer, ProducerContext context) Start producing results for given context. |
|
Checks whether the producer may be able to produce images of the specified size. This makes no promise about being able to produce images for a particular source, only generally being able to produce output of the desired resolution.
| resizeOptions | the resize options from the current request |
+Generated by Doclava. +