Package 

Interface GifDrawableAdapter

    • Method Summary

      Modifier and Type Method Description
      abstract GifDrawable create(ByteArray bytes)
      abstract Integer getFrameCount(GifDrawable drawable)
      abstract Bitmap getFrameAt(GifDrawable drawable, Integer index)
      abstract Integer getDuration(GifDrawable drawable)
      • Methods inherited from class java.lang.Object

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