Android.Animation.AnimatorSet: Method Members

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

See Also: Inherited members from Android.Animation.Animator

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.