- FadeInAnimation - Class in com.easyandroidanimations.library
-
This animation fades the view in by animating its alpha property from 0 to 1.
- FadeInAnimation(View) - Constructor for class com.easyandroidanimations.library.FadeInAnimation
-
This animation fades the view in by animating its alpha property from 0
to 1.
- FadeOutAnimation - Class in com.easyandroidanimations.library
-
This animation fades the view out by animating its alpha property to 0.
- FadeOutAnimation(View) - Constructor for class com.easyandroidanimations.library.FadeOutAnimation
-
This animation fades the view out by animating its alpha property to 0.
- FlipHorizontalAnimation - Class in com.easyandroidanimations.library
-
This animation causes the view to flip horizontally by a customizable number
of degrees and at a customizable pivot point.
- FlipHorizontalAnimation(View) - Constructor for class com.easyandroidanimations.library.FlipHorizontalAnimation
-
This animation causes the view to flip horizontally by a customizable
number of degrees and at a customizable pivot point.
- FlipHorizontalToAnimation - Class in com.easyandroidanimations.library
-
This animation causes the view to flip horizontally to reveal another
user-provided view at the back of the original view.
- FlipHorizontalToAnimation(View) - Constructor for class com.easyandroidanimations.library.FlipHorizontalToAnimation
-
This animation causes the view to flip horizontally to reveal another
user-provided view at the back of the original view.
- FlipVerticalAnimation - Class in com.easyandroidanimations.library
-
This animation causes the view to flip vertically by a customizable number of
degrees and at a customizable pivot point.
- FlipVerticalAnimation(View) - Constructor for class com.easyandroidanimations.library.FlipVerticalAnimation
-
This animation causes the view to flip vertically by a customizable
number of degrees and at a customizable pivot point.
- FlipVerticalToAnimation - Class in com.easyandroidanimations.library
-
This animation causes the view to flip vertically to reveal another
user-provided view at the back of the original view.
- FlipVerticalToAnimation(View) - Constructor for class com.easyandroidanimations.library.FlipVerticalToAnimation
-
This animation causes the view to flip vertically to reveal another
user-provided view at the back of the original view.
- FoldAnimation - Class in com.easyandroidanimations.library
-
This animation folds out the view for a customizable number of folds,
orientation and at a customizable anchor factor.
- FoldAnimation(View) - Constructor for class com.easyandroidanimations.library.FoldAnimation
-
This animation folds out the view for a customizable number of folds,
orientation and at a customizable anchor factor.
- FoldLayout - Class in com.easyandroidanimations.library
-
The folding layout where the number of folds, the anchor point and the
orientation of the fold can be specified.
- FoldLayout(Context) - Constructor for class com.easyandroidanimations.library.FoldLayout
-
- FoldLayout(Context, AttributeSet) - Constructor for class com.easyandroidanimations.library.FoldLayout
-
- FoldLayout(Context, AttributeSet, int) - Constructor for class com.easyandroidanimations.library.FoldLayout
-
- FoldLayout.Orientation - Enum in com.easyandroidanimations.library
-