Methods Summary |
---|
public android.animation.PropertyValuesHolder | clone() throw new RuntimeException("Stub!");
|
public java.lang.String | getPropertyName() throw new RuntimeException("Stub!");
|
public static android.animation.PropertyValuesHolder | ofFloat(java.lang.String propertyName, float values) throw new RuntimeException("Stub!");
|
public static android.animation.PropertyValuesHolder | ofFloat(android.util.Property property, float values) throw new RuntimeException("Stub!");
|
public static android.animation.PropertyValuesHolder | ofInt(java.lang.String propertyName, int values) throw new RuntimeException("Stub!");
|
public static android.animation.PropertyValuesHolder | ofInt(android.util.Property property, int values) throw new RuntimeException("Stub!");
|
public static android.animation.PropertyValuesHolder | ofKeyframe(java.lang.String propertyName, android.animation.Keyframe values) throw new RuntimeException("Stub!");
|
public static android.animation.PropertyValuesHolder | ofKeyframe(android.util.Property property, android.animation.Keyframe values) throw new RuntimeException("Stub!");
|
public static android.animation.PropertyValuesHolder | ofMultiFloat(java.lang.String propertyName, float[][] values) throw new RuntimeException("Stub!");
|
public static android.animation.PropertyValuesHolder | ofMultiFloat(java.lang.String propertyName, android.graphics.Path path) throw new RuntimeException("Stub!");
|
public static android.animation.PropertyValuesHolder | ofMultiFloat(java.lang.String propertyName, android.animation.TypeConverter converter, android.animation.TypeEvaluator evaluator, V values) throw new RuntimeException("Stub!");
|
public static android.animation.PropertyValuesHolder | ofMultiFloat(java.lang.String propertyName, android.animation.TypeConverter converter, android.animation.TypeEvaluator evaluator, android.animation.Keyframe values) throw new RuntimeException("Stub!");
|
public static android.animation.PropertyValuesHolder | ofMultiInt(java.lang.String propertyName, int[][] values) throw new RuntimeException("Stub!");
|
public static android.animation.PropertyValuesHolder | ofMultiInt(java.lang.String propertyName, android.graphics.Path path) throw new RuntimeException("Stub!");
|
public static android.animation.PropertyValuesHolder | ofMultiInt(java.lang.String propertyName, android.animation.TypeConverter converter, android.animation.TypeEvaluator evaluator, V values) throw new RuntimeException("Stub!");
|
public static android.animation.PropertyValuesHolder | ofMultiInt(java.lang.String propertyName, android.animation.TypeConverter converter, android.animation.TypeEvaluator evaluator, android.animation.Keyframe values) throw new RuntimeException("Stub!");
|
public static android.animation.PropertyValuesHolder | ofObject(java.lang.String propertyName, android.animation.TypeEvaluator evaluator, java.lang.Object values) throw new RuntimeException("Stub!");
|
public static android.animation.PropertyValuesHolder | ofObject(java.lang.String propertyName, android.animation.TypeConverter converter, android.graphics.Path path) throw new RuntimeException("Stub!");
|
public static android.animation.PropertyValuesHolder | ofObject(android.util.Property property, android.animation.TypeEvaluator evaluator, V values) throw new RuntimeException("Stub!");
|
public static android.animation.PropertyValuesHolder | ofObject(android.util.Property property, android.animation.TypeConverter converter, android.animation.TypeEvaluator evaluator, T values) throw new RuntimeException("Stub!");
|
public static android.animation.PropertyValuesHolder | ofObject(android.util.Property property, android.animation.TypeConverter converter, android.graphics.Path path) throw new RuntimeException("Stub!");
|
public void | setConverter(android.animation.TypeConverter converter) throw new RuntimeException("Stub!");
|
public void | setEvaluator(android.animation.TypeEvaluator evaluator) throw new RuntimeException("Stub!");
|
public void | setFloatValues(float values) throw new RuntimeException("Stub!");
|
public void | setIntValues(int values) throw new RuntimeException("Stub!");
|
public void | setKeyframes(android.animation.Keyframe values) throw new RuntimeException("Stub!");
|
public void | setObjectValues(java.lang.Object values) throw new RuntimeException("Stub!");
|
public void | setProperty(android.util.Property property) throw new RuntimeException("Stub!");
|
public void | setPropertyName(java.lang.String propertyName) throw new RuntimeException("Stub!");
|
public java.lang.String | toString() throw new RuntimeException("Stub!");
|