-
- All Implemented Interfaces:
-
kotlin.Cloneable
public final class BalloonRotateAnimation extends Animation
BalloonRotateAnimation gives rotation animation to the balloon. This class can be created by BalloonRotateAnimation.Builder.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBalloonRotateAnimation.BuilderBuilder class to create BalloonRotateAnimation.
-
Method Summary
Modifier and Type Method Description Unitinitialize(Integer width, Integer height, Integer parentWidth, Integer parentHeight)-
Methods inherited from class android.view.animation.Animation
cancel, computeDurationHint, getBackdropColor, getBackgroundColor, getDetachWallpaper, getDuration, getFillAfter, getFillBefore, getInterpolator, getRepeatCount, getRepeatMode, getShowBackdrop, getStartOffset, getStartTime, getTransformation, getTransformation, getZAdjustment, hasEnded, hasStarted, isFillEnabled, isInitialized, reset, restrictDuration, scaleCurrentDuration, setAnimationListener, setBackdropColor, setBackgroundColor, setDetachWallpaper, setDuration, setFillAfter, setFillBefore, setFillEnabled, setInterpolator, setInterpolator, setRepeatCount, setRepeatMode, setShowBackdrop, setStartOffset, setStartTime, setZAdjustment, start, startNow, willChangeBounds, willChangeTransformationMatrix -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-