Package 

Class CloseableAnimatedImage

  • All Implemented Interfaces:
    com.facebook.common.references.HasBitmap , com.facebook.fresco.middleware.HasExtraData , com.facebook.imagepipeline.image.CloseableImage , com.facebook.imagepipeline.image.HasImageMetadata , com.facebook.imagepipeline.image.ImageInfo , java.io.Closeable , java.lang.AutoCloseable

    
    public class CloseableAnimatedImage
    extends DefaultCloseableImage
                        

    Encapsulates the data needed in order for {@code AnimatedDrawable} to render a {@code * AnimatedImage}.

    • Method Summary

      Modifier and Type Method Description
      synchronized int getWidth()
      synchronized int getHeight()
      void close()
      synchronized boolean isClosed()
      synchronized int getSizeInBytes()
      boolean isStateful()
      synchronized AnimatedImageResult getImageResult()
      synchronized AnimatedImage getImage()
      • Methods inherited from class com.facebook.imagepipeline.image.BaseCloseableImage

        getExtra, getExtras, getImageInfo, getQualityInfo, isStateful, putExtra, putExtras
      • Methods inherited from class com.facebook.imagepipeline.image.CloseableImage

        close, getHeight, getSizeInBytes, getWidth, isClosed
      • Methods inherited from class com.facebook.fresco.middleware.HasExtraData

        getExtra
      • Methods inherited from class java.lang.Object

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