Android.Animation.ValueAnimator: Method Members

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

See Also: Inherited members from Android.Animation.Animator

Public Methods

AddUpdateListener(ValueAnimator.IAnimatorUpdateListener)
Adds a listener to the set of listeners that are sent update events through the life of an animation.
GetAnimatedValue(string) : Java.Lang.Object
The most recent value calculated by this ValueAnimator for propertyName.
GetValues() : PropertyValuesHolder[]
Returns the values that this ValueAnimator animates between.
static
OfArgb(params int[]) : ValueAnimator
Documentation for this section has not yet been entered.
static
OfFloat(params float[]) : ValueAnimator
Documentation for this section has not yet been entered.
static
OfInt(params int[]) : ValueAnimator
Documentation for this section has not yet been entered.
static
OfObject(ITypeEvaluator, params Java.Lang.Object[]) : ValueAnimator
Documentation for this section has not yet been entered.
static
OfPropertyValuesHolder(params PropertyValuesHolder[]) : ValueAnimator
Documentation for this section has not yet been entered.
RemoveAllUpdateListeners()
Removes all listeners from the set listening to frame updates for this animation.
RemoveUpdateListener(ValueAnimator.IAnimatorUpdateListener)
Removes a listener from the set listening to frame updates for this animation.
Reverse()
Plays the ValueAnimator in reverse.
override
SetDuration(long) : Animator
Sets the length of the animation.
SetEvaluator(ITypeEvaluator)
The type evaluator to be used when calculating the animated values of this animation.
SetFloatValues(params float[])
Documentation for this section has not yet been entered.
override
SetInterpolator(ITimeInterpolator)
The time interpolator used in calculating the elapsed fraction of this animation.
SetIntValues(params int[])
Documentation for this section has not yet been entered.
SetObjectValues(params Java.Lang.Object[])
Documentation for this section has not yet been entered.
SetValues(params PropertyValuesHolder[])
Documentation for this section has not yet been entered.