Uses of Package
com.nineoldandroids.animation

Packages that use com.nineoldandroids.animation
com.nineoldandroids.animation   
com.nineoldandroids.view   
 

Classes in com.nineoldandroids.animation used by com.nineoldandroids.animation
Animator
          This is the superclass for classes which provide basic support for animations which can be started, ended, and have AnimatorListeners added to them.
Animator.AnimatorListener
          An animation listener receives notifications from an animation.
AnimatorSet
          This class plays a set of Animator objects in the specified order.
AnimatorSet.Builder
          The Builder object is a utility class to facilitate adding animations to a AnimatorSet along with the relationships between the various animations.
Keyframe
          This class holds a time/value pair for an animation.
ObjectAnimator
          This subclass of ValueAnimator provides support for animating properties on target objects.
PropertyValuesHolder
          This class holds information about a property and the values that that property should take on during an animation.
TimeAnimator
          This class provides a simple callback mechanism to listeners that is synchronized with other animators in the system.
TimeAnimator.TimeListener
          Implementors of this interface can set themselves as update listeners to a TimeAnimator instance to receive callbacks on every animation frame to receive the total time since the animator started and the delta time since the last frame.
TypeEvaluator
          Interface for use with the ValueAnimator.setEvaluator(TypeEvaluator) function.
ValueAnimator
          This class provides a simple timing engine for running animations which calculate animated values and set them on target objects.
ValueAnimator.AnimatorUpdateListener
          Implementors of this interface can add themselves as update listeners to an ValueAnimator instance to receive callbacks on every animation frame, after the current frame's values have been calculated for that ValueAnimator.
 

Classes in com.nineoldandroids.animation used by com.nineoldandroids.view
Animator.AnimatorListener
          An animation listener receives notifications from an animation.