Interface Downsampler.DecodeCallbacks

  • Enclosing class:
    Downsampler

    public static interface Downsampler.DecodeCallbacks
    Callbacks for key points during decodes.
    • Method Detail

      • onObtainBounds

        void onObtainBounds()
      • onDecodeComplete

        void onDecodeComplete​(BitmapPool bitmapPool,
                              android.graphics.Bitmap downsampled)
                       throws java.io.IOException
        Throws:
        java.io.IOException