Modifier and Type | Method and Description |
---|---|
RotationAnimation |
RotationAnimation.setDegrees(float degrees)
In order to rotate anti-clockwise, the number of degrees should be
negative.
|
RotationAnimation |
RotationAnimation.setDuration(long duration) |
RotationAnimation |
RotationAnimation.setInterpolator(TimeInterpolator interpolator) |
RotationAnimation |
RotationAnimation.setListener(AnimationListener listener) |
RotationAnimation |
RotationAnimation.setPivot(int pivot)
The available pivot points are
PIVOT_CENTER ,
PIVOT_TOP_LEFT , PIVOT_TOP_RIGHT ,
PIVOT_BOTTOM_LEFT and PIVOT_BOTTOM_RIGHT . |