Modifier and Type | Method and Description |
---|---|
static int |
getAllocationByteCount(Bitmap bitmap)
Returns the size of the allocated memory used to store this bitmap's pixels in a backwards
compatible way.
|
static boolean |
hasMipMap(Bitmap bitmap) |
static void |
setHasMipMap(Bitmap bitmap,
boolean hasMipMap) |
public static boolean hasMipMap(Bitmap bitmap)
public static void setHasMipMap(Bitmap bitmap, boolean hasMipMap)
public static int getAllocationByteCount(Bitmap bitmap)
bitmap
- the bitmap in which to return it's allocation size