The members of Android.Views.Animations.Animation are listed below.
See Also: Inherited members from Java.Lang.Object
| Creates a new animation with a duration of 0ms, the default interpolator, with fillBefore set to true and fillAfter set to false | ||
| Creates a new animation whose parameters come from the specified context and attributes set. |
| A constructor used when creating managed representations of JNI objects; called by the runtime. |
const | Infinite | int (-1). Repeat the animation indefinitely. |
const | StartOnFirstFrame | int (-1). Can be used as the start time to indicate the start time should be the current time when Animation.GetTransformation(long, Android.Views.Animations.Transformation) is invoked for the first animation frame. |
| BackgroundColor | Android.Graphics.Color. Returns the background color behind the animation. | |
| DetachWallpaper | bool. Return value of Animation.DetachWallpaper. | |
| Duration | long. How long this animation should last | |
| FillAfter | bool. If fillAfter is true, this animation will apply its transformation after the end time of the animation. | |
| FillBefore | bool. If fillBefore is true, this animation will apply its transformation before the start time of the animation. | |
| FillEnabled | bool. If fillEnabled is true, this animation will apply the value of fillBefore. | |
| [read-only] | HasEnded | bool. |
| [read-only] | HasStarted | bool. |
| Interpolator | Android.Views.Animations.IInterpolator. Gets the acceleration curve type for this animation. | |
| [read-only] | IsInitialized | bool. Whether or not the animation has been initialized. |
| RepeatCount | int. Defines how many times the animation should repeat. | |
| RepeatMode | Android.Views.Animations.RepeatMode. Defines what this animation should do when it reaches the end. | |
| StartOffset | long. When this animation should start, relative to StartTime | |
| StartTime | long. When this animation should start. | |
| ZAdjustment | Android.Views.Animations.ContentZorder. Returns the Z ordering mode to use while running the animation as previously set by Animation.ZAdjustment. |
| [read-only] | ScaleFactor | float. The scale factor is set by the call to getTransformation. |
| [read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
| [read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Cancel()Cancel the animation. | ||
ComputeDurationHint()Compute a hint at how long the entire animation may last, in milliseconds. | ||
GetTransformation(long, Android.Views.Animations.Transformation)Gets the transformation to apply at a specified point in time. | ||
GetTransformation(long, Android.Views.Animations.Transformation, float)Gets the transformation to apply at a specified point in time. | ||
Initialize(int, int, int, int)Initialize this animation with the dimensions of the object being animated as well as the objects parents. | ||
Reset()Reset the initialization state of this animation. | ||
RestrictDuration(long)Ensure that the duration that this animation will run is not longer than durationMillis. | ||
ScaleCurrentDuration(float)How much to scale the duration by. | ||
| SetAnimationListener(Android.Views.Animations.Animation.IAnimationListener) | ||
SetInterpolator(Android.Content.Context, int)Sets the acceleration curve for this animation. | ||
Start()Convenience method to start the animation the first time Animation.GetTransformation(long, Android.Views.Animations.Transformation) is invoked. | ||
StartNow()Convenience method to start the animation at the current time in milliseconds. | ||
| WillChangeBounds() | ||
| WillChangeTransformationMatrix() | ||
ApplyTransformation(float, Android.Views.Animations.Transformation)Helper for getTransformation. | ||
EnsureInterpolator()Gurantees that this animation has an interpolator. | ||
ResolveSize(Android.Views.Animations.Dimension, float, int, int)Convert the information in the description of a size to an actual dimension | ||
| AnimationEnd | Documentation for this section has not yet been entered. | |
| AnimationRepeat | Documentation for this section has not yet been entered. | |
| AnimationStart | Documentation for this section has not yet been entered. |