File
Doc
Category
Size
Date
Package
Movie.java
API Doc
Android 5.1 API
921
Sat Mar 14 14:09:42 GMT 2015
android.graphics
Movie
java.lang.Object
public class Movie extends Object
Fields Summary
Constructors Summary
Movie
()
throw new RuntimeException("Stub!");
Methods Summary
public static native
android.graphics.Movie
decodeByteArray
(
byte[]
data,
int
offset,
int
length)
public static
android.graphics.Movie
decodeFile
(
java.lang.String
pathName)
throw new RuntimeException("Stub!");
public static
android.graphics.Movie
decodeStream
(
java.io.InputStream
is)
throw new RuntimeException("Stub!");
public native void
draw
(
android.graphics.Canvas
canvas,
float
x,
float
y,
android.graphics.Paint
paint)
public void
draw
(
android.graphics.Canvas
canvas,
float
x,
float
y)
throw new RuntimeException("Stub!");
public native
int
duration
()
protected void
finalize
()
throw new RuntimeException("Stub!");
public native
int
height
()
public native
boolean
isOpaque
()
public native
boolean
setTime
(
int
relativeMilliseconds)
public native
int
width
()
Java Code Source