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
static | OfArgb(Java.Lang.Object, Android.Util.Property, params int[])Documentation for this section has not yet been entered. | |
static | OfArgb(Java.Lang.Object, string, params int[])Documentation for this section has not yet been entered. | |
static | OfFloat(Java.Lang.Object, Android.Util.Property, params float[])Documentation for this section has not yet been entered. | |
static | OfFloat(Java.Lang.Object, string, params float[])Documentation for this section has not yet been entered. | |
static | OfFloat(Java.Lang.Object, Android.Util.Property, Android.Util.Property, Android.Graphics.Path)Documentation for this section has not yet been entered. | |
static | OfFloat(Java.Lang.Object, string, string, Android.Graphics.Path)Constructs and returns an ObjectAnimator that animates coordinates along a Path using two properties. | |
static | OfInt(Java.Lang.Object, Android.Util.Property, params int[])Documentation for this section has not yet been entered. | |
static | OfInt(Java.Lang.Object, string, params int[])Documentation for this section has not yet been entered. | |
static | OfInt(Java.Lang.Object, Android.Util.Property, Android.Util.Property, Android.Graphics.Path)Documentation for this section has not yet been entered. | |
static | OfInt(Java.Lang.Object, string, string, Android.Graphics.Path)Constructs and returns an ObjectAnimator that animates coordinates along a Path using two properties. | |
static | OfMultiFloat(Java.Lang.Object, string, Android.Graphics.Path)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[][])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[])Documentation for this section has not yet been entered. | |
static | OfMultiInt(Java.Lang.Object, string, Android.Graphics.Path)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[][])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[])Documentation for this section has not yet been entered. | |
static | OfObject(Java.Lang.Object, Android.Util.Property, ITypeEvaluator, params Java.Lang.Object[])Documentation for this section has not yet been entered. | |
static | OfObject(Java.Lang.Object, Android.Util.Property, TypeConverter, Android.Graphics.Path)Documentation for this section has not yet been entered. | |
static | OfObject(Java.Lang.Object, string, ITypeEvaluator, params Java.Lang.Object[])Documentation for this section has not yet been entered. | |
static | OfObject(Java.Lang.Object, string, TypeConverter, Android.Graphics.Path)Documentation for this section has not yet been entered. | |
static | OfObject(Java.Lang.Object, Android.Util.Property, TypeConverter, ITypeEvaluator, params Java.Lang.Object[])Documentation for this section has not yet been entered. | |
static | OfPropertyValuesHolder(Java.Lang.Object, params PropertyValuesHolder[])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. |