public class BitmapDrawableAssert extends AbstractDrawableAssert<BitmapDrawableAssert,android.graphics.drawable.BitmapDrawable>
BitmapDrawable instances.| Constructor and Description |
|---|
BitmapDrawableAssert(android.graphics.drawable.BitmapDrawable actual) |
| Modifier and Type | Method and Description |
|---|---|
BitmapDrawableAssert |
hasBitmap(android.graphics.Bitmap bitmap) |
BitmapDrawableAssert |
hasGravity(int gravity) |
BitmapDrawableAssert |
hasPaint(android.graphics.Paint paint) |
BitmapDrawableAssert |
hasTileModeX(android.graphics.Shader.TileMode mode) |
BitmapDrawableAssert |
hasTileModeY(android.graphics.Shader.TileMode mode) |
hasAlpha, hasBounds, hasCallback, hasChangingConfigurations, hasConstantState, hasIntrinsicHeight, hasIntrinsicWidth, hasLevel, hasMinimumHeight, hasMinimumWidth, hasOpacity, isAutoMirrored, isNotAutoMirrored, isNotStateful, isNotVisible, isStateful, isVisiblepublic BitmapDrawableAssert(android.graphics.drawable.BitmapDrawable actual)
public BitmapDrawableAssert hasBitmap(android.graphics.Bitmap bitmap)
public BitmapDrawableAssert hasGravity(int gravity)
public BitmapDrawableAssert hasPaint(android.graphics.Paint paint)
public BitmapDrawableAssert hasTileModeX(android.graphics.Shader.TileMode mode)
public BitmapDrawableAssert hasTileModeY(android.graphics.Shader.TileMode mode)