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

/frameworks/base/core/java/android/animation/
H A DPropertyValuesHolder.java31 * should take on during an animation. PropertyValuesHolder objects can be used to create
35 public class PropertyValuesHolder implements Cloneable { class in inherits:Cloneable
51 * PropertyValuesHolder, since it holds all of the per-property information. This
59 * PropertyValuesHolder, since it holds all of the per-property information. This
130 private PropertyValuesHolder(String propertyName) { method in class:PropertyValuesHolder
138 private PropertyValuesHolder(Property property) { method in class:PropertyValuesHolder
146 * Constructs and returns a PropertyValuesHolder with a given property name and
150 * @return PropertyValuesHolder The constructed PropertyValuesHolder object.
152 public static PropertyValuesHolder ofIn
[all...]

Completed in 59 milliseconds