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