- propertyName
- The name of the property being animated. Can also be the case-sensitive name of the entire setter method. Should not be null.
- values
- The values that the property will animate between.
Documentation for this section has not yet been entered.
Constructs and returns a PropertyValuesHolder with a given property name and set of float[] values. At least two float[] values must be supplied, a start and end value. If more values are supplied, the values will be animated from the start, through all intermediate values to the end value. When used with ObjectAnimator, the elements of the array represent the parameters of the setter function.