Android.Animation.PropertyValuesHolder: Method Members

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

See Also: Inherited members from Java.Lang.Object

Public Methods

Clone() : PropertyValuesHolder
Creates and returns a copy of this Object.
static
OfFloat(Android.Util.Property, params float[]) : PropertyValuesHolder
Documentation for this section has not yet been entered.
static
OfFloat(string, params float[]) : PropertyValuesHolder
Documentation for this section has not yet been entered.
static
OfInt(Android.Util.Property, params int[]) : PropertyValuesHolder
Documentation for this section has not yet been entered.
static
OfInt(string, params int[]) : PropertyValuesHolder
Documentation for this section has not yet been entered.
static
OfKeyframe(Android.Util.Property, params Keyframe[]) : PropertyValuesHolder
Documentation for this section has not yet been entered.
static
OfKeyframe(string, params Keyframe[]) : PropertyValuesHolder
Documentation for this section has not yet been entered.
static
OfMultiFloat(string, Android.Graphics.Path) : PropertyValuesHolder
Constructs and returns a PropertyValuesHolder with a given property name to use as a multi-float setter.
static
OfMultiFloat(string, float[][]) : PropertyValuesHolder
Constructs and returns a PropertyValuesHolder with a given property name and set of float[] values.
static
OfMultiFloat(string, TypeConverter, ITypeEvaluator, params Keyframe[]) : PropertyValuesHolder
Documentation for this section has not yet been entered.
static
OfMultiFloat(string, TypeConverter, ITypeEvaluator, params Java.Lang.Object[]) : PropertyValuesHolder
Documentation for this section has not yet been entered.
static
OfMultiInt(string, Android.Graphics.Path) : PropertyValuesHolder
Constructs and returns a PropertyValuesHolder with a given property name to use as a multi-int setter.
static
OfMultiInt(string, int[][]) : PropertyValuesHolder
Constructs and returns a PropertyValuesHolder with a given property name and set of int[] values.
static
OfMultiInt(string, TypeConverter, ITypeEvaluator, params Keyframe[]) : PropertyValuesHolder
Documentation for this section has not yet been entered.
static
OfMultiInt(string, TypeConverter, ITypeEvaluator, params Java.Lang.Object[]) : PropertyValuesHolder
Documentation for this section has not yet been entered.
static
OfObject(Android.Util.Property, ITypeEvaluator, params Java.Lang.Object[]) : PropertyValuesHolder
Documentation for this section has not yet been entered.
static
OfObject(Android.Util.Property, TypeConverter, Android.Graphics.Path) : PropertyValuesHolder
Documentation for this section has not yet been entered.
static
OfObject(string, ITypeEvaluator, params Java.Lang.Object[]) : PropertyValuesHolder
Documentation for this section has not yet been entered.
static
OfObject(string, TypeConverter, Android.Graphics.Path) : PropertyValuesHolder
Documentation for this section has not yet been entered.
static
OfObject(Android.Util.Property, TypeConverter, ITypeEvaluator, params Java.Lang.Object[]) : PropertyValuesHolder
Documentation for this section has not yet been entered.
SetConverter(TypeConverter)
Sets the converter to convert from the values type to the setter's parameter type.
SetEvaluator(ITypeEvaluator)
The TypeEvaluator will be automatically determined based on the type of values supplied to PropertyValuesHolder.
SetFloatValues(params float[])
Documentation for this section has not yet been entered.
SetIntValues(params int[])
Documentation for this section has not yet been entered.
SetKeyframes(params Keyframe[])
Documentation for this section has not yet been entered.
SetObjectValues(params Java.Lang.Object[])
Documentation for this section has not yet been entered.
SetProperty(Android.Util.Property)
Sets the property that will be animated.