FileDocCategorySizeDatePackage
ObjectAnimator.javaAPI DocAndroid 5.1 API6062Sat Mar 14 14:09:44 GMT 2015android.animation

ObjectAnimator

public final class ObjectAnimator extends android.animation.ValueAnimator

Fields Summary
Constructors Summary
public ObjectAnimator()

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

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

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

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

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

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

 throw new RuntimeException("Stub!"); 
public static android.animation.ObjectAnimatorofFloat(java.lang.Object target, java.lang.String xPropertyName, java.lang.String yPropertyName, android.graphics.Path path)

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

 throw new RuntimeException("Stub!"); 
public static android.animation.ObjectAnimatorofFloat(T target, android.util.Property xProperty, android.util.Property yProperty, android.graphics.Path path)

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

 throw new RuntimeException("Stub!"); 
public static android.animation.ObjectAnimatorofInt(java.lang.Object target, java.lang.String xPropertyName, java.lang.String yPropertyName, android.graphics.Path path)

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

 throw new RuntimeException("Stub!"); 
public static android.animation.ObjectAnimatorofInt(T target, android.util.Property xProperty, android.util.Property yProperty, android.graphics.Path path)

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

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

 throw new RuntimeException("Stub!"); 
public static android.animation.ObjectAnimatorofMultiFloat(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.ObjectAnimatorofMultiInt(java.lang.Object target, java.lang.String propertyName, android.graphics.Path path)

 throw new RuntimeException("Stub!"); 
public static android.animation.ObjectAnimatorofMultiInt(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.ObjectAnimatorofMultiInt(java.lang.Object target, java.lang.String propertyName, int[][] values)

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

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

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

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

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

 throw new RuntimeException("Stub!"); 
public static android.animation.ObjectAnimatorofPropertyValuesHolder(java.lang.Object target, android.animation.PropertyValuesHolder values)

 throw new RuntimeException("Stub!"); 
public voidsetAutoCancel(boolean cancel)

 throw new RuntimeException("Stub!"); 
public android.animation.ObjectAnimatorsetDuration(long duration)

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

 throw new RuntimeException("Stub!"); 
public voidsetIntValues(int 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 voidsetTarget(java.lang.Object target)

 throw new RuntimeException("Stub!"); 
public voidsetupEndValues()

 throw new RuntimeException("Stub!"); 
public voidsetupStartValues()

 throw new RuntimeException("Stub!"); 
public voidstart()

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

 throw new RuntimeException("Stub!");