Uses of Class
com.nineoldandroids.animation.TimeAnimator

Packages that use TimeAnimator
com.nineoldandroids.animation   
 

Uses of TimeAnimator in com.nineoldandroids.animation
 

Methods in com.nineoldandroids.animation with parameters of type TimeAnimator
 void TimeAnimator.TimeListener.onTimeUpdate(TimeAnimator animation, long totalTime, long deltaTime)
          Notifies listeners of the occurrence of another frame of the animation, along with information about the elapsed time.