Modifier and Type | Method and Description |
---|---|
UnfoldAnimation |
UnfoldAnimation.setAnchorFactor(float anchorFactor)
The available anchor factors range from 0 to 1.
|
UnfoldAnimation |
UnfoldAnimation.setDuration(long duration) |
UnfoldAnimation |
UnfoldAnimation.setInterpolator(TimeInterpolator interpolator) |
UnfoldAnimation |
UnfoldAnimation.setListener(AnimationListener listener) |
UnfoldAnimation |
UnfoldAnimation.setNumOfFolds(int numOfFolds) |
UnfoldAnimation |
UnfoldAnimation.setOrientation(FoldLayout.Orientation orientation)
The available orientations are
Orientation.HORIZONTAL and
Orientation.VERTICAL . |