Methods Summary |
---|
public android.animation.ObjectAnimator | clone() throw new RuntimeException("Stub!");
|
public java.lang.String | getPropertyName() throw new RuntimeException("Stub!");
|
public java.lang.Object | getTarget() throw new RuntimeException("Stub!");
|
public static android.animation.ObjectAnimator | ofArgb(java.lang.Object target, java.lang.String propertyName, int values) throw new RuntimeException("Stub!");
|
public static android.animation.ObjectAnimator | ofArgb(T target, android.util.Property property, int values) throw new RuntimeException("Stub!");
|
public static android.animation.ObjectAnimator | ofFloat(java.lang.Object target, java.lang.String propertyName, float values) throw new RuntimeException("Stub!");
|
public static android.animation.ObjectAnimator | ofFloat(java.lang.Object target, java.lang.String xPropertyName, java.lang.String yPropertyName, android.graphics.Path path) throw new RuntimeException("Stub!");
|
public static android.animation.ObjectAnimator | ofFloat(T target, android.util.Property property, float values) throw new RuntimeException("Stub!");
|
public static android.animation.ObjectAnimator | ofFloat(T target, android.util.Property xProperty, android.util.Property yProperty, android.graphics.Path path) throw new RuntimeException("Stub!");
|
public static android.animation.ObjectAnimator | ofInt(java.lang.Object target, java.lang.String propertyName, int values) throw new RuntimeException("Stub!");
|
public static android.animation.ObjectAnimator | ofInt(java.lang.Object target, java.lang.String xPropertyName, java.lang.String yPropertyName, android.graphics.Path path) throw new RuntimeException("Stub!");
|
public static android.animation.ObjectAnimator | ofInt(T target, android.util.Property property, int values) throw new RuntimeException("Stub!");
|
public static android.animation.ObjectAnimator | ofInt(T target, android.util.Property xProperty, android.util.Property yProperty, android.graphics.Path path) throw new RuntimeException("Stub!");
|
public static android.animation.ObjectAnimator | ofMultiFloat(java.lang.Object target, java.lang.String propertyName, float[][] values) throw new RuntimeException("Stub!");
|
public static android.animation.ObjectAnimator | ofMultiFloat(java.lang.Object target, java.lang.String propertyName, android.graphics.Path path) throw new RuntimeException("Stub!");
|
public static android.animation.ObjectAnimator | ofMultiFloat(java.lang.Object target, java.lang.String propertyName, android.animation.TypeConverter converter, android.animation.TypeEvaluator evaluator, T values) throw new RuntimeException("Stub!");
|
public static android.animation.ObjectAnimator | ofMultiInt(java.lang.Object target, java.lang.String propertyName, android.graphics.Path path) throw new RuntimeException("Stub!");
|
public static android.animation.ObjectAnimator | ofMultiInt(java.lang.Object target, java.lang.String propertyName, android.animation.TypeConverter converter, android.animation.TypeEvaluator evaluator, T values) throw new RuntimeException("Stub!");
|
public static android.animation.ObjectAnimator | ofMultiInt(java.lang.Object target, java.lang.String propertyName, int[][] values) throw new RuntimeException("Stub!");
|
public static android.animation.ObjectAnimator | ofObject(java.lang.Object target, java.lang.String propertyName, android.animation.TypeEvaluator evaluator, java.lang.Object values) throw new RuntimeException("Stub!");
|
public static android.animation.ObjectAnimator | ofObject(java.lang.Object target, java.lang.String propertyName, android.animation.TypeConverter converter, android.graphics.Path path) throw new RuntimeException("Stub!");
|
public static android.animation.ObjectAnimator | ofObject(T target, android.util.Property property, android.animation.TypeEvaluator evaluator, V values) throw new RuntimeException("Stub!");
|
public static android.animation.ObjectAnimator | ofObject(T target, android.util.Property property, android.animation.TypeConverter converter, android.animation.TypeEvaluator evaluator, V values) throw new RuntimeException("Stub!");
|
public static android.animation.ObjectAnimator | ofObject(T target, android.util.Property property, android.animation.TypeConverter converter, android.graphics.Path path) throw new RuntimeException("Stub!");
|
public static android.animation.ObjectAnimator | ofPropertyValuesHolder(java.lang.Object target, android.animation.PropertyValuesHolder values) throw new RuntimeException("Stub!");
|
public void | setAutoCancel(boolean cancel) throw new RuntimeException("Stub!");
|
public android.animation.ObjectAnimator | setDuration(long duration) throw new RuntimeException("Stub!");
|
public void | setFloatValues(float values) throw new RuntimeException("Stub!");
|
public void | setIntValues(int 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 void | setTarget(java.lang.Object target) throw new RuntimeException("Stub!");
|
public void | setupEndValues() throw new RuntimeException("Stub!");
|
public void | setupStartValues() throw new RuntimeException("Stub!");
|
public void | start() throw new RuntimeException("Stub!");
|
public java.lang.String | toString() throw new RuntimeException("Stub!");
|