Package 

Class ThumbnailBranchProducer

  • All Implemented Interfaces:
    com.facebook.imagepipeline.producers.Producer

    
    public class ThumbnailBranchProducer
     implements Producer<EncodedImage>
                        

    Producer that will attempt to retrieve a thumbnail from one or more producers.

    The producer will try to get a result from each producer only if there is a good chance of it being able to produce a sufficient result.

    If no underlying producer can provide a suitable result, null result is returned to the consumer

    • Method Summary

      Modifier and Type Method Description
      void produceResults(Consumer<EncodedImage> consumer, ProducerContext context)
      • Methods inherited from class com.facebook.imagepipeline.producers.Producer

        produceResults
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait