PropertyValuesHolder

This class holds information about a property and the values that that property should take during an animation. PropertyValuesHolder objects can be used to create animations with ObjectAnimator or that operate on several different properties in parallel.

Using this PropertyValuesHolder provide an handled ModelAnimator canceling since we target a same object and those PropertyValuesHolder have the same property name

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Constructs and returns a PropertyValuesHolder with a given set of fraction values.
Link copied to clipboard
Constructs and returns a PropertyValuesHolder with a given set of frame values.
Link copied to clipboard
Constructs and returns a PropertyValuesHolder with a given set of time values.