The members of Android.Animation.Animator are listed below.
See Also: Inherited members from Java.Lang.Object
Animator() |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] abstract | Duration | long. Gets the duration of the animation. |
[read-only] | Interpolator | ITimeInterpolator. Returns the timing interpolator that this animation uses. |
[read-only] | IsPaused | bool. Returns whether this animator is currently in a paused state. |
[read-only] abstract | IsRunning | bool. Returns whether this Animator is currently running (having been started and gone past any initial startDelay period and not yet ended). |
[read-only] | IsStarted | bool. Returns whether this Animator has been started and not yet ended. |
[read-only] | Listeners | IList<Animator.IAnimatorListener>. Gets the set of NoType:android/animation/Animator$AnimatorListener;Href=../../../reference/android/animation/Animator.AnimatorListener.html objects that are currently listening for events on this Animator object. |
abstract | StartDelay | long. The amount of time, in milliseconds, to delay processing the animation after Animator.Start is called. |
[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. |
AddListener(Animator.IAnimatorListener)Adds a listener to the set of listeners that are sent events through the life of an animation, such as start, repeat, and end. | ||
AddPauseListener(Animator.IAnimatorPauseListener)Adds a pause listener to this animator. | ||
Cancel()Cancels the animation. | ||
Clone()Creates and returns a copy of this Object. | ||
End()Ends the animation. | ||
Pause()Pauses a running animation. | ||
RemoveAllListeners()Removes all Animator.AddListener(.IAnimatorListener) and Animator.AddPauseListener(.IAnimatorPauseListener) from this object. | ||
RemoveListener(Animator.IAnimatorListener)Removes a listener from the set listening to this animation. | ||
RemovePauseListener(Animator.IAnimatorPauseListener)Removes a pause listener from the set listening to this animation. | ||
Resume()Resumes a paused animation, causing the animator to pick up where it left off when it was paused. | ||
abstract | SetDuration(long)Sets the duration of the animation. | |
abstract | SetInterpolator(ITimeInterpolator)The time interpolator used in calculating the elapsed fraction of the animation. | |
SetTarget(Java.Lang.Object)Sets the target object whose property will be animated by this animation. | ||
SetupEndValues()This method tells the object to use appropriate information to extract ending values for the animation. | ||
SetupStartValues()This method tells the object to use appropriate information to extract starting values for the animation. | ||
Start()Starts this animation. |
AnimationCancel | Documentation for this section has not yet been entered. | |
AnimationEnd | Documentation for this section has not yet been entered. | |
AnimationPause | Documentation for this section has not yet been entered. | |
AnimationRepeat | Documentation for this section has not yet been entered. | |
AnimationResume | Documentation for this section has not yet been entered. | |
AnimationStart | Documentation for this section has not yet been entered. |