Modifier and Type | Method and Description |
---|---|
FlipVerticalAnimation |
FlipVerticalAnimation.setDegrees(float degrees)
In order to flip down, the number of degrees should be negative and vice
versa.
|
FlipVerticalAnimation |
FlipVerticalAnimation.setDuration(long duration) |
FlipVerticalAnimation |
FlipVerticalAnimation.setInterpolator(TimeInterpolator interpolator) |
FlipVerticalAnimation |
FlipVerticalAnimation.setListener(AnimationListener listener) |
FlipVerticalAnimation |
FlipVerticalAnimation.setPivot(int pivot)
The available pivot points are
PIVOT_CENTER ,
PIVOT_TOP and PIVOT_BOTTOM . |