Modifier and Type | Method and Description |
---|---|
PathAnimation |
PathAnimation.setAnchorPoint(int anchorPoint)
The available anchor points at which to translate the view are
ANCHOR_CENTER , ANCHOR_TOP_LEFT ,
ANCHOR_TOP_RIGHT , ANCHOR_BOTTOM_LEFT and
ANCHOR_BOTTOM_RIGHT . |
PathAnimation |
PathAnimation.setDuration(long duration) |
PathAnimation |
PathAnimation.setInterpolator(TimeInterpolator interpolator) |
PathAnimation |
PathAnimation.setListener(AnimationListener listener) |
PathAnimation |
PathAnimation.setPoints(java.util.ArrayList<Point> points) |