android.graphics.drawable
Class RotateDrawable.RotateState
java.lang.Object
android.graphics.drawable.Drawable.ConstantState
android.graphics.drawable.RotateDrawable.RotateState
- Enclosing class:
- RotateDrawable
static final class RotateDrawable.RotateState
- extends Drawable.ConstantState
Represents the state of a rotation for a given drawable. The same
rotate drawable can be invoked with different states to drive several
rotations at the same time.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mDrawable
Drawable mDrawable
mChangingConfigurations
int mChangingConfigurations
mPivotXRel
boolean mPivotXRel
mPivotX
float mPivotX
mPivotYRel
boolean mPivotYRel
mPivotY
float mPivotY
mFromDegrees
float mFromDegrees
mToDegrees
float mToDegrees
mCurrentDegrees
float mCurrentDegrees
RotateDrawable.RotateState
public RotateDrawable.RotateState(RotateDrawable.RotateState source,
RotateDrawable owner)
newDrawable
public Drawable newDrawable()
- Specified by:
newDrawable in class Drawable.ConstantState
getChangingConfigurations
public int getChangingConfigurations()
- Specified by:
getChangingConfigurations in class Drawable.ConstantState
canConstantState
public boolean canConstantState()
Please submit a feedback, bug or feature