Uses of Class
android.animation.ValueAnimator

Packages that use ValueAnimator
android.animation   
 

Uses of ValueAnimator in android.animation
 

Subclasses of ValueAnimator in android.animation
 class ObjectAnimator
           
 

Methods in android.animation that return ValueAnimator
 ValueAnimator ValueAnimator.clone()
           
static ValueAnimator ValueAnimator.ofFloat(float... values)
           
static ValueAnimator ValueAnimator.ofInt(int... values)
           
static ValueAnimator ValueAnimator.ofObject(TypeEvaluator evaluator, Object... values)
           
static ValueAnimator ValueAnimator.ofPropertyValuesHolder(PropertyValuesHolder... values)
           
 ValueAnimator ValueAnimator.setDuration(long duration)
           
 

Methods in android.animation with parameters of type ValueAnimator
 void ValueAnimator.AnimatorUpdateListener.onAnimationUpdate(ValueAnimator animation)
           
 



Copyright © 2008-2012. All Rights Reserved.