Android.Animation.Animator: Method Members

The methods of Android.Animation.Animator are listed below. For a list of all members, see the Animator Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

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() : Animator
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) : Animator
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.