Searched defs:PropertyValuesHolder (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/animation/
H A DPropertyValuesHolder.java35 * should take on during an animation. PropertyValuesHolder objects can be used to create
39 public class PropertyValuesHolder implements Cloneable { class in inherits:Cloneable
55 * PropertyValuesHolder, since it holds all of the per-property information. This
63 * PropertyValuesHolder, since it holds all of the per-property information. This
135 private PropertyValuesHolder(String propertyName) { method in class:PropertyValuesHolder
143 private PropertyValuesHolder(Property property) { method in class:PropertyValuesHolder
151 * Constructs and returns a PropertyValuesHolder with a given property name and
155 * @return PropertyValuesHolder The constructed PropertyValuesHolder object.
157 public static PropertyValuesHolder ofIn
[all...]

Completed in 47 milliseconds