public class BitmapAssert
extends <any>
Bitmap instances.| Constructor and Description |
|---|
BitmapAssert(android.graphics.Bitmap actual) |
| Modifier and Type | Method and Description |
|---|---|
BitmapAssert |
hasAllocationByteCount(int count) |
BitmapAssert |
hasAlphaSupport() |
BitmapAssert |
hasByteCount(int count) |
BitmapAssert |
hasDensity(int density) |
BitmapAssert |
hasHeight(int height) |
BitmapAssert |
hasNoAlphaSupport() |
BitmapAssert |
hasWidth(int width) |
BitmapAssert |
isMutable() |
BitmapAssert |
isNotMutable() |
BitmapAssert |
isNotPremultiplied() |
BitmapAssert |
isNotRecycled() |
BitmapAssert |
isPremultiplied() |
BitmapAssert |
isRecycled() |
public BitmapAssert isRecycled()
public BitmapAssert isNotRecycled()
public BitmapAssert isMutable()
public BitmapAssert isNotMutable()
public BitmapAssert isPremultiplied()
public BitmapAssert isNotPremultiplied()
public BitmapAssert hasAllocationByteCount(int count)
public BitmapAssert hasByteCount(int count)
public BitmapAssert hasDensity(int density)
public BitmapAssert hasWidth(int width)
public BitmapAssert hasHeight(int height)
public BitmapAssert hasAlphaSupport()
public BitmapAssert hasNoAlphaSupport()