Searched defs:Bitmap (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java29 public final class Bitmap implements Parcelable { class in inherits:Parcelable
34 * @see Bitmap#getDensity()
35 * @see Bitmap#setDensity(int)
48 * Backing buffer for the Bitmap.
98 /*package*/ Bitmap(int nativeBitmap, byte[] buffer, boolean isMutable, byte[] ninePatchChunk, method in class:Bitmap
111 /*package*/ Bitmap(int nativeBitmap, byte[] buffer, boolean isMutable, byte[] ninePatchChunk, method in class:Bitmap
427 public Bitmap copy(Config config, boolean isMutable) {
429 Bitmap b = nativeCopy(mNativeBitmap, config.nativeInt, isMutable);
448 public static Bitmap createScaledBitmap(Bitmap sr
[all...]

Completed in 120 milliseconds