java.lang.Object | |
↳ | android.support.v4.graphics.BitmapCompat |
Helper for accessing features in Bitmap
introduced after API level 4 in a backwards compatible fashion.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the size of the allocated memory used to store this bitmap's pixels in a backwards
compatible way.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Returns the size of the allocated memory used to store this bitmap's pixels in a backwards compatible way.
bitmap | the bitmap in which to return it's allocation size |
---|