public interface Transform
| Modifier and Type | Method and Description |
|---|---|
void |
onBoundsChange(android.graphics.Rect bounds)
Called by
GifDrawable when its GifDrawable.onBoundsChange(Rect) is called. |
void |
onDraw(android.graphics.Canvas canvas,
android.graphics.Paint paint,
android.graphics.Bitmap buffer)
Called by
GifDrawable when its GifDrawable.draw(Canvas) is called. |
void onBoundsChange(android.graphics.Rect bounds)
GifDrawable when its GifDrawable.onBoundsChange(Rect) is called.bounds - new boundsvoid onDraw(android.graphics.Canvas canvas,
android.graphics.Paint paint,
android.graphics.Bitmap buffer)
GifDrawable when its GifDrawable.draw(Canvas) is called.canvas - The canvas supplied by the system to draw on.paint - The paint to use for custom drawing.buffer - The current Bitmap for the GIF.