FileDocCategorySizeDatePackage
Movie.javaAPI DocAndroid 5.1 API921Sat Mar 14 14:09:42 GMT 2015android.graphics

Movie

public class Movie extends Object

Fields Summary
Constructors Summary
Movie()

 throw new RuntimeException("Stub!"); 
Methods Summary
public static native android.graphics.MoviedecodeByteArray(byte[] data, int offset, int length)

public static android.graphics.MoviedecodeFile(java.lang.String pathName)

 throw new RuntimeException("Stub!"); 
public static android.graphics.MoviedecodeStream(java.io.InputStream is)

 throw new RuntimeException("Stub!"); 
public native voiddraw(android.graphics.Canvas canvas, float x, float y, android.graphics.Paint paint)

public voiddraw(android.graphics.Canvas canvas, float x, float y)

 throw new RuntimeException("Stub!"); 
public native intduration()

protected voidfinalize()

 throw new RuntimeException("Stub!"); 
public native intheight()

public native booleanisOpaque()

public native booleansetTime(int relativeMilliseconds)

public native intwidth()