Class android.animation.ObjectAnimator

Added Methods
ObjectAnimator ofArgb(T, Property<T, Integer>)  
ObjectAnimator ofArgb(Object, String)  
ObjectAnimator ofFloat(T, Property<T, Float>, Property<T, Float>, Path)  
ObjectAnimator ofFloat(Object, String, String, Path)  
ObjectAnimator ofInt(T, Property<T, Integer>, Property<T, Integer>, Path)  
ObjectAnimator ofInt(Object, String, String, Path)  
ObjectAnimator ofMultiFloat(Object, String, TypeConverter<T, float[]>, TypeEvaluator<T>)  
ObjectAnimator ofMultiFloat(Object, String, Path)  
ObjectAnimator ofMultiFloat(Object, String, float[][])  
ObjectAnimator ofMultiInt(Object, String, TypeConverter<T, int[]>, TypeEvaluator<T>)  
ObjectAnimator ofMultiInt(Object, String, Path)  
ObjectAnimator ofMultiInt(Object, String, int[][])  
ObjectAnimator ofObject(T, Property<T, P>, TypeConverter<V, P>, TypeEvaluator<V>)  
ObjectAnimator ofObject(T, Property<T, V>, TypeConverter<PointF, V>, Path)  
ObjectAnimator ofObject(Object, String, TypeConverter<PointF, ?>, Path)