- add(Combinable) - Method in class com.easyandroidanimations.library.ParallelAnimator
-
This method adds this Combinable object to an ArrayList.
- addView(View, int, LayoutParams) - Method in class com.easyandroidanimations.library.FoldLayout
-
- ANCHOR_BOTTOM_LEFT - Static variable in class com.easyandroidanimations.library.PathAnimation
-
- ANCHOR_BOTTOM_RIGHT - Static variable in class com.easyandroidanimations.library.PathAnimation
-
- ANCHOR_CENTER - Static variable in class com.easyandroidanimations.library.PathAnimation
-
- ANCHOR_TOP_LEFT - Static variable in class com.easyandroidanimations.library.PathAnimation
-
- ANCHOR_TOP_RIGHT - Static variable in class com.easyandroidanimations.library.PathAnimation
-
- animate() - Method in class com.easyandroidanimations.library.Animation
-
This method animates the properties of the view specific to the Animation
object.
- animate() - Method in class com.easyandroidanimations.library.BlindAnimation
-
- animate() - Method in class com.easyandroidanimations.library.BlinkAnimation
-
- animate() - Method in class com.easyandroidanimations.library.BounceAnimation
-
- animate() - Method in interface com.easyandroidanimations.library.Combinable
-
- animate() - Method in class com.easyandroidanimations.library.ExplodeAnimation
-
- animate() - Method in class com.easyandroidanimations.library.FadeInAnimation
-
- animate() - Method in class com.easyandroidanimations.library.FadeOutAnimation
-
- animate() - Method in class com.easyandroidanimations.library.FlipHorizontalAnimation
-
- animate() - Method in class com.easyandroidanimations.library.FlipHorizontalToAnimation
-
- animate() - Method in class com.easyandroidanimations.library.FlipVerticalAnimation
-
- animate() - Method in class com.easyandroidanimations.library.FlipVerticalToAnimation
-
- animate() - Method in class com.easyandroidanimations.library.FoldAnimation
-
- animate() - Method in class com.easyandroidanimations.library.HighlightAnimation
-
- animate() - Method in class com.easyandroidanimations.library.ParallelAnimator
-
This method gets the ArrayList, sets any parameters if needed and plays
all animations in parallel.
- animate() - Method in class com.easyandroidanimations.library.PathAnimation
-
- animate() - Method in class com.easyandroidanimations.library.PuffInAnimation
-
- animate() - Method in class com.easyandroidanimations.library.PuffOutAnimation
-
- animate() - Method in class com.easyandroidanimations.library.RotationAnimation
-
- animate() - Method in class com.easyandroidanimations.library.ScaleInAnimation
-
- animate() - Method in class com.easyandroidanimations.library.ScaleOutAnimation
-
- animate() - Method in class com.easyandroidanimations.library.ShakeAnimation
-
- animate() - Method in class com.easyandroidanimations.library.SlideInAnimation
-
- animate() - Method in class com.easyandroidanimations.library.SlideInUnderneathAnimation
-
- animate() - Method in class com.easyandroidanimations.library.SlideOutAnimation
-
- animate() - Method in class com.easyandroidanimations.library.SlideOutUnderneathAnimation
-
- animate() - Method in class com.easyandroidanimations.library.TransferAnimation
-
- animate() - Method in class com.easyandroidanimations.library.UnfoldAnimation
-
- Animation - Class in com.easyandroidanimations.library
-
The parent class of all animation classes.
- Animation() - Constructor for class com.easyandroidanimations.library.Animation
-
- AnimationListener - Interface in com.easyandroidanimations.library
-
This interface is a custom listener to determine the end of an animation.