public class

MovieDrawer

extends Object
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 Constructors
MovieDrawer(Movie movie)
Public Methods
synchronized void drawFrame(int movieTime, int w, int h, Bitmap bitmap)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public MovieDrawer (Movie movie)

Public Methods

public synchronized void drawFrame (int movieTime, int w, int h, Bitmap bitmap)