android.animation
Class TimeAnimator

java.lang.Object
  extended by android.animation.Animator
      extended by android.animation.ValueAnimator
          extended by android.animation.TimeAnimator
All Implemented Interfaces:
Cloneable

public class TimeAnimator
extends ValueAnimator


Nested Class Summary
static interface TimeAnimator.TimeListener
           
 
Nested classes/interfaces inherited from class android.animation.ValueAnimator
ValueAnimator.AnimatorUpdateListener
 
Nested classes/interfaces inherited from class android.animation.Animator
Animator.AnimatorListener
 
Field Summary
 
Fields inherited from class android.animation.ValueAnimator
INFINITE, RESTART, REVERSE
 
Constructor Summary
TimeAnimator()
           
 
Method Summary
 void setTimeListener(TimeAnimator.TimeListener listener)
           
 
Methods inherited from class android.animation.ValueAnimator
addUpdateListener, cancel, clone, end, getAnimatedFraction, getAnimatedValue, getAnimatedValue, getCurrentPlayTime, getDuration, getFrameDelay, getInterpolator, getRepeatCount, getRepeatMode, getStartDelay, getValues, isRunning, isStarted, ofFloat, ofInt, ofObject, ofPropertyValuesHolder, removeAllUpdateListeners, removeUpdateListener, reverse, setCurrentPlayTime, setDuration, setEvaluator, setFloatValues, setFrameDelay, setInterpolator, setIntValues, setObjectValues, setRepeatCount, setRepeatMode, setStartDelay, setValues, start, toString
 
Methods inherited from class android.animation.Animator
addListener, getListeners, removeAllListeners, removeListener, setTarget, setupEndValues, setupStartValues
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimeAnimator

public TimeAnimator()
Method Detail

setTimeListener

public void setTimeListener(TimeAnimator.TimeListener listener)


Copyright © 2008-2012. All Rights Reserved.