- ScaleInAnimation - Class in com.easyandroidanimations.library
-
This animation scales in the view from 0 to 1.
- ScaleInAnimation(View) - Constructor for class com.easyandroidanimations.library.ScaleInAnimation
-
This animation scales in the view from 0 to 1.
- ScaleOutAnimation - Class in com.easyandroidanimations.library
-
This animation scales out the view from 1 to 0.
- ScaleOutAnimation(View) - Constructor for class com.easyandroidanimations.library.ScaleOutAnimation
-
This animation scales out the view from 1 to 0.
- setAnchorFactor(float) - Method in class com.easyandroidanimations.library.FoldAnimation
-
The available anchor factors range from 0 to 1.
- setAnchorFactor(float) - Method in class com.easyandroidanimations.library.FoldLayout
-
- setAnchorFactor(float) - Method in class com.easyandroidanimations.library.UnfoldAnimation
-
The available anchor factors range from 0 to 1.
- setAnchorPoint(int) - Method in class com.easyandroidanimations.library.PathAnimation
-
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
.
- setBounceDistance(float) - Method in class com.easyandroidanimations.library.BounceAnimation
-
- setColor(int) - Method in class com.easyandroidanimations.library.HighlightAnimation
-
- setDegrees(float) - Method in class com.easyandroidanimations.library.FlipHorizontalAnimation
-
In order to flip to the left, the number of degrees should be negative
and vice versa.
- setDegrees(float) - Method in class com.easyandroidanimations.library.FlipVerticalAnimation
-
In order to flip down, the number of degrees should be negative and vice
versa.
- setDegrees(float) - Method in class com.easyandroidanimations.library.RotationAnimation
-
In order to rotate anti-clockwise, the number of degrees should be
negative.
- setDestinationView(View) - Method in class com.easyandroidanimations.library.TransferAnimation
-
- setDirection(int) - Method in class com.easyandroidanimations.library.FlipHorizontalToAnimation
-
The available flip directions are DIRECTION_LEFT
and
DIRECTION_RIGHT
.
- setDirection(int) - Method in class com.easyandroidanimations.library.FlipVerticalToAnimation
-
The available flip directions are DIRECTION_UP
and
DIRECTION_DOWN
.
- setDirection(int) - Method in class com.easyandroidanimations.library.SlideInAnimation
-
The available directions to slide in from are DIRECTION_LEFT
, DIRECTION_RIGHT
, DIRECTION_TOP
and
DIRECTION_BOTTOM
.
- setDirection(int) - Method in class com.easyandroidanimations.library.SlideInUnderneathAnimation
-
The available directions to slide in from are DIRECTION_LEFT
, DIRECTION_RIGHT
, DIRECTION_TOP
and
DIRECTION_BOTTOM
.
- setDirection(int) - Method in class com.easyandroidanimations.library.SlideOutAnimation
-
The available directions to slide in from are DIRECTION_LEFT
, DIRECTION_RIGHT
, DIRECTION_TOP
and
DIRECTION_BOTTOM
.
- setDirection(int) - Method in class com.easyandroidanimations.library.SlideOutUnderneathAnimation
-
The available directions to slide in from are DIRECTION_LEFT
, DIRECTION_RIGHT
, DIRECTION_TOP
and
DIRECTION_BOTTOM
.
- setDuration(long) - Method in class com.easyandroidanimations.library.BlindAnimation
-
- setDuration(long) - Method in class com.easyandroidanimations.library.BlinkAnimation
-
- setDuration(long) - Method in class com.easyandroidanimations.library.BounceAnimation
-
- setDuration(long) - Method in interface com.easyandroidanimations.library.Combinable
-
- setDuration(long) - Method in class com.easyandroidanimations.library.ExplodeAnimation
-
- setDuration(long) - Method in class com.easyandroidanimations.library.FadeInAnimation
-
- setDuration(long) - Method in class com.easyandroidanimations.library.FadeOutAnimation
-
- setDuration(long) - Method in class com.easyandroidanimations.library.FlipHorizontalAnimation
-
- setDuration(long) - Method in class com.easyandroidanimations.library.FlipHorizontalToAnimation
-
- setDuration(long) - Method in class com.easyandroidanimations.library.FlipVerticalAnimation
-
- setDuration(long) - Method in class com.easyandroidanimations.library.FlipVerticalToAnimation
-
- setDuration(long) - Method in class com.easyandroidanimations.library.FoldAnimation
-
- setDuration(long) - Method in class com.easyandroidanimations.library.HighlightAnimation
-
- setDuration(long) - Method in class com.easyandroidanimations.library.ParallelAnimator
-
This method overrides the setDuration()
methods of all the
parallel animations.
- setDuration(long) - Method in class com.easyandroidanimations.library.PathAnimation
-
- setDuration(long) - Method in class com.easyandroidanimations.library.PuffInAnimation
-
- setDuration(long) - Method in class com.easyandroidanimations.library.PuffOutAnimation
-
- setDuration(long) - Method in class com.easyandroidanimations.library.RotationAnimation
-
- setDuration(long) - Method in class com.easyandroidanimations.library.ScaleInAnimation
-
- setDuration(long) - Method in class com.easyandroidanimations.library.ScaleOutAnimation
-
- setDuration(long) - Method in class com.easyandroidanimations.library.ShakeAnimation
-
- setDuration(long) - Method in class com.easyandroidanimations.library.SlideInAnimation
-
- setDuration(long) - Method in class com.easyandroidanimations.library.SlideInUnderneathAnimation
-
- setDuration(long) - Method in class com.easyandroidanimations.library.SlideOutAnimation
-
- setDuration(long) - Method in class com.easyandroidanimations.library.SlideOutUnderneathAnimation
-
- setDuration(long) - Method in class com.easyandroidanimations.library.TransferAnimation
-
- setDuration(long) - Method in class com.easyandroidanimations.library.UnfoldAnimation
-
- setExplodeMatrix(int) - Method in class com.easyandroidanimations.library.ExplodeAnimation
-
The available matrices are MATRIX_1X2
,
MATRIX_1X3
, MATRIX_2X1
, MATRIX_2X2
, MATRIX_2X3
, MATRIX_3X1
,
MATRIX_3X2
and MATRIX_3X3
.
- setFlipToView(View) - Method in class com.easyandroidanimations.library.FlipHorizontalToAnimation
-
- setFlipToView(View) - Method in class com.easyandroidanimations.library.FlipVerticalToAnimation
-
- setFoldFactor(float) - Method in class com.easyandroidanimations.library.FoldLayout
-
Sets the fold factor of the folding view and updates all the corresponding
matrices and values to account for the new fold factor.
- setInterpolator(TimeInterpolator) - Method in class com.easyandroidanimations.library.BlindAnimation
-
- setInterpolator(TimeInterpolator) - Method in class com.easyandroidanimations.library.BlinkAnimation
-
- setInterpolator(TimeInterpolator) - Method in class com.easyandroidanimations.library.BounceAnimation
-
- setInterpolator(TimeInterpolator) - Method in interface com.easyandroidanimations.library.Combinable
-
- setInterpolator(TimeInterpolator) - Method in class com.easyandroidanimations.library.ExplodeAnimation
-
- setInterpolator(TimeInterpolator) - Method in class com.easyandroidanimations.library.FadeInAnimation
-
- setInterpolator(TimeInterpolator) - Method in class com.easyandroidanimations.library.FadeOutAnimation
-
- setInterpolator(TimeInterpolator) - Method in class com.easyandroidanimations.library.FlipHorizontalAnimation
-
- setInterpolator(TimeInterpolator) - Method in class com.easyandroidanimations.library.FlipHorizontalToAnimation
-
- setInterpolator(TimeInterpolator) - Method in class com.easyandroidanimations.library.FlipVerticalAnimation
-
- setInterpolator(TimeInterpolator) - Method in class com.easyandroidanimations.library.FlipVerticalToAnimation
-
- setInterpolator(TimeInterpolator) - Method in class com.easyandroidanimations.library.FoldAnimation
-
- setInterpolator(TimeInterpolator) - Method in class com.easyandroidanimations.library.HighlightAnimation
-
- setInterpolator(TimeInterpolator) - Method in class com.easyandroidanimations.library.ParallelAnimator
-
This method overrides the setInterpolator()
methods of all
the parallel animations.
- setInterpolator(TimeInterpolator) - Method in class com.easyandroidanimations.library.PathAnimation
-
- setInterpolator(TimeInterpolator) - Method in class com.easyandroidanimations.library.PuffInAnimation
-
- setInterpolator(TimeInterpolator) - Method in class com.easyandroidanimations.library.PuffOutAnimation
-
- setInterpolator(TimeInterpolator) - Method in class com.easyandroidanimations.library.RotationAnimation
-
- setInterpolator(TimeInterpolator) - Method in class com.easyandroidanimations.library.ScaleInAnimation
-
- setInterpolator(TimeInterpolator) - Method in class com.easyandroidanimations.library.ScaleOutAnimation
-
- setInterpolator(TimeInterpolator) - Method in class com.easyandroidanimations.library.ShakeAnimation
-
- setInterpolator(TimeInterpolator) - Method in class com.easyandroidanimations.library.SlideInAnimation
-
- setInterpolator(TimeInterpolator) - Method in class com.easyandroidanimations.library.SlideInUnderneathAnimation
-
- setInterpolator(TimeInterpolator) - Method in class com.easyandroidanimations.library.SlideOutAnimation
-
- setInterpolator(TimeInterpolator) - Method in class com.easyandroidanimations.library.SlideOutUnderneathAnimation
-
- setInterpolator(TimeInterpolator) - Method in class com.easyandroidanimations.library.TransferAnimation
-
- setInterpolator(TimeInterpolator) - Method in class com.easyandroidanimations.library.UnfoldAnimation
-
- setListener(AnimationListener) - Method in class com.easyandroidanimations.library.BlindAnimation
-
- setListener(AnimationListener) - Method in class com.easyandroidanimations.library.BlinkAnimation
-
- setListener(AnimationListener) - Method in class com.easyandroidanimations.library.BounceAnimation
-
- setListener(AnimationListener) - Method in interface com.easyandroidanimations.library.Combinable
-
- setListener(AnimationListener) - Method in class com.easyandroidanimations.library.ExplodeAnimation
-
- setListener(AnimationListener) - Method in class com.easyandroidanimations.library.FadeInAnimation
-
- setListener(AnimationListener) - Method in class com.easyandroidanimations.library.FadeOutAnimation
-
- setListener(AnimationListener) - Method in class com.easyandroidanimations.library.FlipHorizontalAnimation
-
- setListener(AnimationListener) - Method in class com.easyandroidanimations.library.FlipHorizontalToAnimation
-
- setListener(AnimationListener) - Method in class com.easyandroidanimations.library.FlipVerticalAnimation
-
- setListener(AnimationListener) - Method in class com.easyandroidanimations.library.FlipVerticalToAnimation
-
- setListener(AnimationListener) - Method in class com.easyandroidanimations.library.FoldAnimation
-
- setListener(AnimationListener) - Method in class com.easyandroidanimations.library.HighlightAnimation
-
- setListener(ParallelAnimatorListener) - Method in class com.easyandroidanimations.library.ParallelAnimator
-
- setListener(AnimationListener) - Method in class com.easyandroidanimations.library.PathAnimation
-
- setListener(AnimationListener) - Method in class com.easyandroidanimations.library.PuffInAnimation
-
- setListener(AnimationListener) - Method in class com.easyandroidanimations.library.PuffOutAnimation
-
- setListener(AnimationListener) - Method in class com.easyandroidanimations.library.RotationAnimation
-
- setListener(AnimationListener) - Method in class com.easyandroidanimations.library.ScaleInAnimation
-
- setListener(AnimationListener) - Method in class com.easyandroidanimations.library.ScaleOutAnimation
-
- setListener(AnimationListener) - Method in class com.easyandroidanimations.library.ShakeAnimation
-
- setListener(AnimationListener) - Method in class com.easyandroidanimations.library.SlideInAnimation
-
- setListener(AnimationListener) - Method in class com.easyandroidanimations.library.SlideInUnderneathAnimation
-
- setListener(AnimationListener) - Method in class com.easyandroidanimations.library.SlideOutAnimation
-
- setListener(AnimationListener) - Method in class com.easyandroidanimations.library.SlideOutUnderneathAnimation
-
- setListener(AnimationListener) - Method in class com.easyandroidanimations.library.TransferAnimation
-
- setListener(AnimationListener) - Method in class com.easyandroidanimations.library.UnfoldAnimation
-
- setNumberOfFolds(int) - Method in class com.easyandroidanimations.library.FoldLayout
-
- setNumOfBlinks(int) - Method in class com.easyandroidanimations.library.BlinkAnimation
-
- setNumOfBounces(int) - Method in class com.easyandroidanimations.library.BounceAnimation
-
- setNumOfFolds(int) - Method in class com.easyandroidanimations.library.FoldAnimation
-
- setNumOfFolds(int) - Method in class com.easyandroidanimations.library.UnfoldAnimation
-
- setNumOfShakes(int) - Method in class com.easyandroidanimations.library.ShakeAnimation
-
- setOrientation(FoldLayout.Orientation) - Method in class com.easyandroidanimations.library.FoldAnimation
-
The available orientations are Orientation.HORIZONTAL
and
Orientation.VERTICAL
.
- setOrientation(FoldLayout.Orientation) - Method in class com.easyandroidanimations.library.FoldLayout
-
- setOrientation(FoldLayout.Orientation) - Method in class com.easyandroidanimations.library.UnfoldAnimation
-
The available orientations are Orientation.HORIZONTAL
and
Orientation.VERTICAL
.
- setPivot(int) - Method in class com.easyandroidanimations.library.FlipHorizontalAnimation
-
The available pivot points are PIVOT_CENTER
,
PIVOT_LEFT
and PIVOT_RIGHT
.
- setPivot(int) - Method in class com.easyandroidanimations.library.FlipHorizontalToAnimation
-
The available pivot points to flip are PIVOT_CENTER
,
PIVOT_LEFT
and PIVOT_RIGHT
.
- setPivot(int) - Method in class com.easyandroidanimations.library.FlipVerticalAnimation
-
The available pivot points are PIVOT_CENTER
,
PIVOT_TOP
and PIVOT_BOTTOM
.
- setPivot(int) - Method in class com.easyandroidanimations.library.FlipVerticalToAnimation
-
The available pivot points are PIVOT_CENTER
,
PIVOT_TOP
and PIVOT_BOTTOM
.
- setPivot(int) - Method in class com.easyandroidanimations.library.RotationAnimation
-
The available pivot points are PIVOT_CENTER
,
PIVOT_TOP_LEFT
, PIVOT_TOP_RIGHT
,
PIVOT_BOTTOM_LEFT
and PIVOT_BOTTOM_RIGHT
.
- setPoints(ArrayList<Point>) - Method in class com.easyandroidanimations.library.PathAnimation
-
- setShakeDistance(float) - Method in class com.easyandroidanimations.library.ShakeAnimation
-
- ShakeAnimation - Class in com.easyandroidanimations.library
-
This animation causes the view to shake from left to right for a customizable
number of times before returning to its original position.
- ShakeAnimation(View) - Constructor for class com.easyandroidanimations.library.ShakeAnimation
-
This animation causes the view to shake from left to right for a
customizable number of times before returning to its original position.
- SlideInAnimation - Class in com.easyandroidanimations.library
-
This animation causes the view to slide in from the borders of the screen.
- SlideInAnimation(View) - Constructor for class com.easyandroidanimations.library.SlideInAnimation
-
This animation causes the view to slide in from the borders of the
screen.
- SlideInUnderneathAnimation - Class in com.easyandroidanimations.library
-
This animation causes the view to slide in underneath from its own borders.
- SlideInUnderneathAnimation(View) - Constructor for class com.easyandroidanimations.library.SlideInUnderneathAnimation
-
This animation causes the view to slide in underneath from its own
borders.
- SlideOutAnimation - Class in com.easyandroidanimations.library
-
This animation causes the view to slide out to the borders of the screen.
- SlideOutAnimation(View) - Constructor for class com.easyandroidanimations.library.SlideOutAnimation
-
This animation causes the view to slide out to the borders of the screen.
- SlideOutUnderneathAnimation - Class in com.easyandroidanimations.library
-
This animation causes the view to slide out underneath to its own borders.
- SlideOutUnderneathAnimation(View) - Constructor for class com.easyandroidanimations.library.SlideOutUnderneathAnimation
-
This animation causes the view to slide out underneath to its own
borders.