Uses of Class
com.actionbarsherlock.internal.nineoldandroids.animation.ValueAnimator

Packages that use ValueAnimator
com.actionbarsherlock.internal.nineoldandroids.animation   
 

Uses of ValueAnimator in com.actionbarsherlock.internal.nineoldandroids.animation
 

Subclasses of ValueAnimator in com.actionbarsherlock.internal.nineoldandroids.animation
 class ObjectAnimator
          This subclass of ValueAnimator provides support for animating properties on target objects.
 

Methods in com.actionbarsherlock.internal.nineoldandroids.animation that return ValueAnimator
 ValueAnimator ValueAnimator.clone()
           
static ValueAnimator ValueAnimator.ofFloat(float... values)
          Constructs and returns a ValueAnimator that animates between float values.
static ValueAnimator ValueAnimator.ofInt(int... values)
          Constructs and returns a ValueAnimator that animates between int values.
static ValueAnimator ValueAnimator.ofObject(TypeEvaluator evaluator, Object... values)
          Constructs and returns a ValueAnimator that animates between Object values.
static ValueAnimator ValueAnimator.ofPropertyValuesHolder(PropertyValuesHolder... values)
          Constructs and returns a ValueAnimator that animates between the values specified in the PropertyValuesHolder objects.
 ValueAnimator ValueAnimator.setDuration(long duration)
          Sets the length of the animation.
 

Methods in com.actionbarsherlock.internal.nineoldandroids.animation with parameters of type ValueAnimator
 void ValueAnimator.AnimatorUpdateListener.onAnimationUpdate(ValueAnimator animation)
          Notifies the occurrence of another frame of the animation.
 



Copyright © 2012-2013. All Rights Reserved.