Uses of Class
android.animation.ObjectAnimator

Packages that use ObjectAnimator
android.animation   
android.widget   
 

Uses of ObjectAnimator in android.animation
 

Methods in android.animation that return ObjectAnimator
 ObjectAnimator ObjectAnimator.clone()
           
static ObjectAnimator ObjectAnimator.ofFloat(Object target, String propertyName, float... values)
           
static
<T> ObjectAnimator
ObjectAnimator.ofFloat(T target, Property<T,Float> property, float... values)
           
static ObjectAnimator ObjectAnimator.ofInt(Object target, String propertyName, int... values)
           
static
<T> ObjectAnimator
ObjectAnimator.ofInt(T target, Property<T,Integer> property, int... values)
           
static ObjectAnimator ObjectAnimator.ofObject(Object target, String propertyName, TypeEvaluator evaluator, Object... values)
           
static
<T,V> ObjectAnimator
ObjectAnimator.ofObject(T target, Property<T,V> property, TypeEvaluator<V> evaluator, V... values)
           
static ObjectAnimator ObjectAnimator.ofPropertyValuesHolder(Object target, PropertyValuesHolder... values)
           
 ObjectAnimator ObjectAnimator.setDuration(long duration)
           
 

Uses of ObjectAnimator in android.widget
 

Methods in android.widget that return ObjectAnimator
 ObjectAnimator AdapterViewAnimator.getInAnimation()
           
 ObjectAnimator AdapterViewAnimator.getOutAnimation()
           
 

Methods in android.widget with parameters of type ObjectAnimator
 void AdapterViewAnimator.setInAnimation(ObjectAnimator inAnimation)
           
 void AdapterViewAnimator.setOutAnimation(ObjectAnimator outAnimation)
           
 



Copyright © 2008-2012. All Rights Reserved.