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
33 * @see Bitmap#getDensity()
34 * @see Bitmap#setDensity(int)
47 * Backing buffer for the Bitmap.
62 * Represents whether the Bitmap's content is expected to be pre-multiplied.
64 * isPremultiplied() may never return true for a 565 Bitmap.
106 Bitmap(int nativeBitmap, byte[] buffer, int width, int height, int density, method in class:Bitmap
184 * Bitmap pixel data is not re-initialized for the new configuration.</p>
188 * or lesser size. If the Bitmap's allocation isn't large enough to support
310 // Bitmap itsel
[all...]

Completed in 1731 milliseconds