Android.Animation.ObjectAnimator: Method Members

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

See Also: Inherited members from Android.Animation.ValueAnimator

Public Methods

static
OfArgb(Java.Lang.Object, Android.Util.Property, params int[]) : ObjectAnimator
Documentation for this section has not yet been entered.
static
OfArgb(Java.Lang.Object, string, params int[]) : ObjectAnimator
Documentation for this section has not yet been entered.
static
OfFloat(Java.Lang.Object, Android.Util.Property, params float[]) : ObjectAnimator
Documentation for this section has not yet been entered.
static
OfFloat(Java.Lang.Object, string, params float[]) : ObjectAnimator
Documentation for this section has not yet been entered.
static
OfFloat(Java.Lang.Object, Android.Util.Property, Android.Util.Property, Android.Graphics.Path) : ObjectAnimator
Documentation for this section has not yet been entered.
static
OfFloat(Java.Lang.Object, string, string, Android.Graphics.Path) : ObjectAnimator
Constructs and returns an ObjectAnimator that animates coordinates along a Path using two properties.
static
OfInt(Java.Lang.Object, Android.Util.Property, params int[]) : ObjectAnimator
Documentation for this section has not yet been entered.
static
OfInt(Java.Lang.Object, string, params int[]) : ObjectAnimator
Documentation for this section has not yet been entered.
static
OfInt(Java.Lang.Object, Android.Util.Property, Android.Util.Property, Android.Graphics.Path) : ObjectAnimator
Documentation for this section has not yet been entered.
static
OfInt(Java.Lang.Object, string, string, Android.Graphics.Path) : ObjectAnimator
Constructs and returns an ObjectAnimator that animates coordinates along a Path using two properties.
static
OfMultiFloat(Java.Lang.Object, string, Android.Graphics.Path) : ObjectAnimator
Constructs and returns an ObjectAnimator that animates the target using a multi-float setter along the given Path.
static
OfMultiFloat(Java.Lang.Object, string, float[][]) : ObjectAnimator
Constructs and returns an ObjectAnimator that animates over float values for a multiple parameters setter.
static
OfMultiFloat(Java.Lang.Object, string, TypeConverter, ITypeEvaluator, params Java.Lang.Object[]) : ObjectAnimator
Documentation for this section has not yet been entered.
static
OfMultiInt(Java.Lang.Object, string, Android.Graphics.Path) : ObjectAnimator
Constructs and returns an ObjectAnimator that animates the target using a multi-int setter along the given Path.
static
OfMultiInt(Java.Lang.Object, string, int[][]) : ObjectAnimator
Constructs and returns an ObjectAnimator that animates over int values for a multiple parameters setter.
static
OfMultiInt(Java.Lang.Object, string, TypeConverter, ITypeEvaluator, params Java.Lang.Object[]) : ObjectAnimator
Documentation for this section has not yet been entered.
static
OfObject(Java.Lang.Object, Android.Util.Property, ITypeEvaluator, params Java.Lang.Object[]) : ObjectAnimator
Documentation for this section has not yet been entered.
static
OfObject(Java.Lang.Object, Android.Util.Property, TypeConverter, Android.Graphics.Path) : ObjectAnimator
Documentation for this section has not yet been entered.
static
OfObject(Java.Lang.Object, string, ITypeEvaluator, params Java.Lang.Object[]) : ObjectAnimator
Documentation for this section has not yet been entered.
static
OfObject(Java.Lang.Object, string, TypeConverter, Android.Graphics.Path) : ObjectAnimator
Documentation for this section has not yet been entered.
static
OfObject(Java.Lang.Object, Android.Util.Property, TypeConverter, ITypeEvaluator, params Java.Lang.Object[]) : ObjectAnimator
Documentation for this section has not yet been entered.
static
OfPropertyValuesHolder(Java.Lang.Object, params PropertyValuesHolder[]) : ObjectAnimator
Documentation for this section has not yet been entered.
SetAutoCancel(bool)
autoCancel controls whether an ObjectAnimator will be canceled automatically when any other ObjectAnimator with the same target and properties is started.
SetProperty(Android.Util.Property)
Sets the property that will be animated.