public static android.animation.PropertyValuesHolder ofFloat <_T0>(android.util.Property <_T0, float> property, params float[] values) { throw new System.NotImplementedException(); }
public static android.animation.PropertyValuesHolder ofObject <V>(android.util.Property <object, object> property, android.animation.TypeEvaluator <V> evaluator, params V[] values) { throw new System.NotImplementedException(); }
public FloatPropertyValuesHolder(android.util.Property <object, object> property, params float[] values) : base(property) { throw new System.NotImplementedException(); }
private PropertyValuesHolder(android.util.Property <object, object> property) { throw new System.NotImplementedException(); }
internal FloatPropertyValuesHolder(android.util.Property <object, object> property , android.animation.FloatKeyframeSet keyframeSet) : base(property) { throw new System.NotImplementedException(); }
public virtual void setProperty(android.util.Property <object, object> property) { throw new System.NotImplementedException(); }
public static android.animation.PropertyValuesHolder ofKeyframe(android.util.Property <object, object> property, params android.animation.Keyframe[] values) { throw new System.NotImplementedException(); }
public static android.animation.ObjectAnimator ofObject <T, V>(T target, android.util.Property <T, V> property, android.animation.TypeEvaluator <V> evaluator, params V[] values ) { throw new System.NotImplementedException(); }
public static android.animation.ObjectAnimator ofFloat <T>(T target, android.util.Property <T, float> property, params float[] values) { throw new System.NotImplementedException(); }