android.graphics.drawable
Class BitmapDrawable.BitmapState
java.lang.Object
android.graphics.drawable.Drawable.ConstantState
android.graphics.drawable.BitmapDrawable.BitmapState
- Enclosing class:
- BitmapDrawable
static final class BitmapDrawable.BitmapState
- extends Drawable.ConstantState
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mBitmap
Bitmap mBitmap
mChangingConfigurations
int mChangingConfigurations
mGravity
int mGravity
mPaint
Paint mPaint
mTileModeX
Shader.TileMode mTileModeX
mTileModeY
Shader.TileMode mTileModeY
BitmapDrawable.BitmapState
BitmapDrawable.BitmapState(Bitmap bitmap)
newDrawable
public Drawable newDrawable()
- Specified by:
newDrawable in class Drawable.ConstantState
getChangingConfigurations
public int getChangingConfigurations()
- Specified by:
getChangingConfigurations in class Drawable.ConstantState
Please submit a feedback, bug or feature