All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.graphics.Movie Maven / Gradle / Ivy

Go to download

provide android hidden api definition ,helper for android super framework development

There is a newer version: 1.11
Show newest version
package android.graphics;
public class Movie
{
Movie() { throw new RuntimeException("Stub!"); }
public native  int width();
public native  int height();
public native  boolean isOpaque();
public native  int duration();
public native  boolean setTime(int relativeMilliseconds);
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 static native  android.graphics.Movie decodeStream(java.io.InputStream is);
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!"); }
protected  void finalize() throws java.lang.Throwable { throw new RuntimeException("Stub!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy