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

android.graphics.ImageFormat Maven / Gradle / Ivy

Go to download

A library jar that provides APIs for Applications written for the Google Android Platform.

The newest version!
package android.graphics;
public class ImageFormat
{
public  ImageFormat() { throw new RuntimeException("Stub!"); }
public static  int getBitsPerPixel(int format) { throw new RuntimeException("Stub!"); }
public static final int UNKNOWN = 0;
public static final int RGB_565 = 4;
public static final int YV12 = 842094169;
public static final int NV16 = 16;
public static final int NV21 = 17;
public static final int YUY2 = 20;
public static final int JPEG = 256;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy