-
- All Implemented Interfaces:
-
java.lang.Runnable
public final class GifDrawable.Redraw implements Runnable
-
-
Field Summary
Fields Modifier and Type Field Description private BitmapnextBitmap
-
Constructor Summary
Constructors Constructor Description GifDrawable.Redraw(Bitmap nextBitmap)
-
Method Summary
Modifier and Type Method Description final BitmapgetNextBitmap()final UnitsetNextBitmap(Bitmap nextBitmap)Unitrun()-
-
Constructor Detail
-
GifDrawable.Redraw
GifDrawable.Redraw(Bitmap nextBitmap)
-
-
Method Detail
-
getNextBitmap
final Bitmap getNextBitmap()
-
setNextBitmap
final Unit setNextBitmap(Bitmap nextBitmap)
-
-
-
-