Android.Animation.AnimatorSet Members

The members of Android.Animation.AnimatorSet are listed below.

See Also: Inherited members from Android.Animation.Animator

Public Constructors

Public Properties

[read-only]
ChildAnimationsIList<Animator>. Returns the current list of child Animator objects controlled by this AnimatorSet.
[read-only]
override
Durationlong. Gets the length of each of the child animations of this AnimatorSet.
[read-only]
override
IsRunningbool. Returns true if any of the child animations of this AnimatorSet have been started and have not yet ended.
override
StartDelaylong. The amount of time, in milliseconds, to delay starting the animation after AnimatorSet.start() is called.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

Play(Animator) : AnimatorSet.Builder
This method creates a Builder object, which is used to set up playing constraints.
PlaySequentially(params Animator[])
Documentation for this section has not yet been entered.
PlaySequentially(IList<Animator>)
Documentation for this section has not yet been entered.
PlayTogether(params Animator[])
Documentation for this section has not yet been entered.
PlayTogether(ICollection<Animator>)
Documentation for this section has not yet been entered.
override
SetDuration(long) : Animator
Sets the length of each of the current child animations of this AnimatorSet.
override
SetInterpolator(ITimeInterpolator)
Sets the TimeInterpolator for all current AnimatorSet.ChildAnimations of this AnimatorSet.