| java.lang.Object |
| ↳ |
com.facebook.animated.giflite.draw.MovieDrawer |
Class Overview
Pronounced Draw-er Draws frames of a Movie to a bitmap. All methods are synchronized, so
can be used in parallel. The underlying #mMovie is not threadsafe, and should therefore
not be accessed outside of MovieDrawer. Attempts to optimize work done by the drawing
Canvas by detecting if the underlying Bitmap has changed.
Summary
| Public Methods |
|
synchronized
void
|
drawFrame(int movieTime, int w, int h, Bitmap bitmap)
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
final
void
|
wait()
|
|
Public Constructors
public
MovieDrawer
(Movie movie)
Public Methods
public
synchronized
void
drawFrame
(int movieTime, int w, int h, Bitmap bitmap)