Interface Downsampler.DecodeCallbacks
-
- Enclosing class:
- Downsampler
public static interface Downsampler.DecodeCallbacksCallbacks for key points during decodes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonDecodeComplete(BitmapPool bitmapPool, android.graphics.Bitmap downsampled)voidonObtainBounds()
-
-
-
Method Detail
-
onObtainBounds
void onObtainBounds()
-
onDecodeComplete
void onDecodeComplete(BitmapPool bitmapPool, android.graphics.Bitmap downsampled) throws java.io.IOException
- Throws:
java.io.IOException
-
-