FileDocCategorySizeDatePackage
Bitmap.javaAPI DocAndroid 5.1 API6242Sat Mar 14 14:09:38 GMT 2015android.graphics

Bitmap

public final class Bitmap extends Object implements android.os.Parcelable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
public static final int
DENSITY_NONE
Constructors Summary
Bitmap()

 throw new RuntimeException("Stub!"); 
Methods Summary
public booleancompress(android.graphics.Bitmap$CompressFormat format, int quality, java.io.OutputStream stream)

 throw new RuntimeException("Stub!"); 
public android.graphics.Bitmapcopy(android.graphics.Bitmap$Config config, boolean isMutable)

 throw new RuntimeException("Stub!"); 
public voidcopyPixelsFromBuffer(java.nio.Buffer src)

 throw new RuntimeException("Stub!"); 
public voidcopyPixelsToBuffer(java.nio.Buffer dst)

 throw new RuntimeException("Stub!"); 
public static android.graphics.BitmapcreateBitmap(android.graphics.Bitmap src)

 throw new RuntimeException("Stub!"); 
public static android.graphics.BitmapcreateBitmap(android.graphics.Bitmap source, int x, int y, int width, int height)

 throw new RuntimeException("Stub!"); 
public static android.graphics.BitmapcreateBitmap(android.graphics.Bitmap source, int x, int y, int width, int height, android.graphics.Matrix m, boolean filter)

 throw new RuntimeException("Stub!"); 
public static android.graphics.BitmapcreateBitmap(int width, int height, android.graphics.Bitmap$Config config)

 throw new RuntimeException("Stub!"); 
public static android.graphics.BitmapcreateBitmap(android.util.DisplayMetrics display, int width, int height, android.graphics.Bitmap$Config config)

 throw new RuntimeException("Stub!"); 
public static android.graphics.BitmapcreateBitmap(int[] colors, int offset, int stride, int width, int height, android.graphics.Bitmap$Config config)

 throw new RuntimeException("Stub!"); 
public static android.graphics.BitmapcreateBitmap(android.util.DisplayMetrics display, int[] colors, int offset, int stride, int width, int height, android.graphics.Bitmap$Config config)

 throw new RuntimeException("Stub!"); 
public static android.graphics.BitmapcreateBitmap(int[] colors, int width, int height, android.graphics.Bitmap$Config config)

 throw new RuntimeException("Stub!"); 
public static android.graphics.BitmapcreateBitmap(android.util.DisplayMetrics display, int[] colors, int width, int height, android.graphics.Bitmap$Config config)

 throw new RuntimeException("Stub!"); 
public static android.graphics.BitmapcreateScaledBitmap(android.graphics.Bitmap src, int dstWidth, int dstHeight, boolean filter)

 throw new RuntimeException("Stub!"); 
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public voideraseColor(int c)

 throw new RuntimeException("Stub!"); 
public android.graphics.BitmapextractAlpha()

 throw new RuntimeException("Stub!"); 
public android.graphics.BitmapextractAlpha(android.graphics.Paint paint, int[] offsetXY)

 throw new RuntimeException("Stub!"); 
public final intgetAllocationByteCount()

 throw new RuntimeException("Stub!"); 
public final intgetByteCount()

 throw new RuntimeException("Stub!"); 
public final android.graphics.Bitmap$ConfiggetConfig()

 throw new RuntimeException("Stub!"); 
public intgetDensity()

 throw new RuntimeException("Stub!"); 
public intgetGenerationId()

 throw new RuntimeException("Stub!"); 
public final intgetHeight()

 throw new RuntimeException("Stub!"); 
public byte[]getNinePatchChunk()

 throw new RuntimeException("Stub!"); 
public intgetPixel(int x, int y)

 throw new RuntimeException("Stub!"); 
public voidgetPixels(int[] pixels, int offset, int stride, int x, int y, int width, int height)

 throw new RuntimeException("Stub!"); 
public final intgetRowBytes()

 throw new RuntimeException("Stub!"); 
public intgetScaledHeight(android.graphics.Canvas canvas)

 throw new RuntimeException("Stub!"); 
public intgetScaledHeight(android.util.DisplayMetrics metrics)

 throw new RuntimeException("Stub!"); 
public intgetScaledHeight(int targetDensity)

 throw new RuntimeException("Stub!"); 
public intgetScaledWidth(android.graphics.Canvas canvas)

 throw new RuntimeException("Stub!"); 
public intgetScaledWidth(android.util.DisplayMetrics metrics)

 throw new RuntimeException("Stub!"); 
public intgetScaledWidth(int targetDensity)

 throw new RuntimeException("Stub!"); 
public final intgetWidth()

 throw new RuntimeException("Stub!"); 
public final booleanhasAlpha()

 throw new RuntimeException("Stub!"); 
public final booleanhasMipMap()

 throw new RuntimeException("Stub!"); 
public final booleanisMutable()

 throw new RuntimeException("Stub!"); 
public final booleanisPremultiplied()

 throw new RuntimeException("Stub!"); 
public final booleanisRecycled()

 throw new RuntimeException("Stub!"); 
public voidprepareToDraw()

 throw new RuntimeException("Stub!"); 
public voidreconfigure(int width, int height, android.graphics.Bitmap$Config config)

 throw new RuntimeException("Stub!"); 
public voidrecycle()

 throw new RuntimeException("Stub!"); 
public booleansameAs(android.graphics.Bitmap other)

 throw new RuntimeException("Stub!"); 
public voidsetConfig(android.graphics.Bitmap$Config config)

 throw new RuntimeException("Stub!"); 
public voidsetDensity(int density)

 throw new RuntimeException("Stub!"); 
public voidsetHasAlpha(boolean hasAlpha)

 throw new RuntimeException("Stub!"); 
public final voidsetHasMipMap(boolean hasMipMap)

 throw new RuntimeException("Stub!"); 
public voidsetHeight(int height)

 throw new RuntimeException("Stub!"); 
public voidsetPixel(int x, int y, int color)

 throw new RuntimeException("Stub!"); 
public voidsetPixels(int[] pixels, int offset, int stride, int x, int y, int width, int height)

 throw new RuntimeException("Stub!"); 
public final voidsetPremultiplied(boolean premultiplied)

 throw new RuntimeException("Stub!"); 
public voidsetWidth(int width)

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel p, int flags)

 throw new RuntimeException("Stub!");