FileDocCategorySizeDatePackage
PropertyValuesHolder.javaAPI DocAndroid 5.1 API5046Sat Mar 14 14:09:40 GMT 2015android.animation

PropertyValuesHolder

public class PropertyValuesHolder extends Object implements Cloneable

Fields Summary
Constructors Summary
PropertyValuesHolder()

 throw new RuntimeException("Stub!"); 
Methods Summary
public android.animation.PropertyValuesHolderclone()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetPropertyName()

 throw new RuntimeException("Stub!"); 
public static android.animation.PropertyValuesHolderofFloat(java.lang.String propertyName, float values)

 throw new RuntimeException("Stub!"); 
public static android.animation.PropertyValuesHolderofFloat(android.util.Property property, float values)

 throw new RuntimeException("Stub!"); 
public static android.animation.PropertyValuesHolderofInt(java.lang.String propertyName, int values)

 throw new RuntimeException("Stub!"); 
public static android.animation.PropertyValuesHolderofInt(android.util.Property property, int values)

 throw new RuntimeException("Stub!"); 
public static android.animation.PropertyValuesHolderofKeyframe(java.lang.String propertyName, android.animation.Keyframe values)

 throw new RuntimeException("Stub!"); 
public static android.animation.PropertyValuesHolderofKeyframe(android.util.Property property, android.animation.Keyframe values)

 throw new RuntimeException("Stub!"); 
public static android.animation.PropertyValuesHolderofMultiFloat(java.lang.String propertyName, float[][] values)

 throw new RuntimeException("Stub!"); 
public static android.animation.PropertyValuesHolderofMultiFloat(java.lang.String propertyName, android.graphics.Path path)

 throw new RuntimeException("Stub!"); 
public static android.animation.PropertyValuesHolderofMultiFloat(java.lang.String propertyName, android.animation.TypeConverter converter, android.animation.TypeEvaluator evaluator, V values)

 throw new RuntimeException("Stub!"); 
public static android.animation.PropertyValuesHolderofMultiFloat(java.lang.String propertyName, android.animation.TypeConverter converter, android.animation.TypeEvaluator evaluator, android.animation.Keyframe values)

 throw new RuntimeException("Stub!"); 
public static android.animation.PropertyValuesHolderofMultiInt(java.lang.String propertyName, int[][] values)

 throw new RuntimeException("Stub!"); 
public static android.animation.PropertyValuesHolderofMultiInt(java.lang.String propertyName, android.graphics.Path path)

 throw new RuntimeException("Stub!"); 
public static android.animation.PropertyValuesHolderofMultiInt(java.lang.String propertyName, android.animation.TypeConverter converter, android.animation.TypeEvaluator evaluator, V values)

 throw new RuntimeException("Stub!"); 
public static android.animation.PropertyValuesHolderofMultiInt(java.lang.String propertyName, android.animation.TypeConverter converter, android.animation.TypeEvaluator evaluator, android.animation.Keyframe values)

 throw new RuntimeException("Stub!"); 
public static android.animation.PropertyValuesHolderofObject(java.lang.String propertyName, android.animation.TypeEvaluator evaluator, java.lang.Object values)

 throw new RuntimeException("Stub!"); 
public static android.animation.PropertyValuesHolderofObject(java.lang.String propertyName, android.animation.TypeConverter converter, android.graphics.Path path)

 throw new RuntimeException("Stub!"); 
public static android.animation.PropertyValuesHolderofObject(android.util.Property property, android.animation.TypeEvaluator evaluator, V values)

 throw new RuntimeException("Stub!"); 
public static android.animation.PropertyValuesHolderofObject(android.util.Property property, android.animation.TypeConverter converter, android.animation.TypeEvaluator evaluator, T values)

 throw new RuntimeException("Stub!"); 
public static android.animation.PropertyValuesHolderofObject(android.util.Property property, android.animation.TypeConverter converter, android.graphics.Path path)

 throw new RuntimeException("Stub!"); 
public voidsetConverter(android.animation.TypeConverter converter)

 throw new RuntimeException("Stub!"); 
public voidsetEvaluator(android.animation.TypeEvaluator evaluator)

 throw new RuntimeException("Stub!"); 
public voidsetFloatValues(float values)

 throw new RuntimeException("Stub!"); 
public voidsetIntValues(int values)

 throw new RuntimeException("Stub!"); 
public voidsetKeyframes(android.animation.Keyframe values)

 throw new RuntimeException("Stub!"); 
public voidsetObjectValues(java.lang.Object values)

 throw new RuntimeException("Stub!"); 
public voidsetProperty(android.util.Property property)

 throw new RuntimeException("Stub!"); 
public voidsetPropertyName(java.lang.String propertyName)

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!");