android.animation
Class AnimatorSet

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

public final class AnimatorSet
extends Animator


Nested Class Summary
 class AnimatorSet.Builder
           
 
Nested classes/interfaces inherited from class android.animation.Animator
Animator.AnimatorListener
 
Constructor Summary
AnimatorSet()
           
 
Method Summary
 void cancel()
           
 AnimatorSet clone()
           
 void end()
           
 ArrayList<Animator> getChildAnimations()
           
 long getDuration()
           
 long getStartDelay()
           
 boolean isRunning()
           
 boolean isStarted()
           
 AnimatorSet.Builder play(Animator anim)
           
 void playSequentially(Animator... items)
           
 void playSequentially(List<Animator> items)
           
 void playTogether(Animator... items)
           
 void playTogether(Collection<Animator> items)
           
 AnimatorSet setDuration(long duration)
           
 void setInterpolator(TimeInterpolator interpolator)
           
 void setStartDelay(long startDelay)
           
 void setTarget(Object target)
           
 void setupEndValues()
           
 void setupStartValues()
           
 void start()
           
 
Methods inherited from class android.animation.Animator
addListener, getListeners, removeAllListeners, removeListener
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnimatorSet

public AnimatorSet()
Method Detail

playTogether

public void playTogether(Animator... items)

playTogether

public void playTogether(Collection<Animator> items)

playSequentially

public void playSequentially(Animator... items)

playSequentially

public void playSequentially(List<Animator> items)

getChildAnimations

public ArrayList<Animator> getChildAnimations()

setTarget

public void setTarget(Object target)
Overrides:
setTarget in class Animator

setInterpolator

public void setInterpolator(TimeInterpolator interpolator)
Specified by:
setInterpolator in class Animator

play

public AnimatorSet.Builder play(Animator anim)

cancel

public void cancel()
Overrides:
cancel in class Animator

end

public void end()
Overrides:
end in class Animator

isRunning

public boolean isRunning()
Specified by:
isRunning in class Animator

isStarted

public boolean isStarted()
Overrides:
isStarted in class Animator

getStartDelay

public long getStartDelay()
Specified by:
getStartDelay in class Animator

setStartDelay

public void setStartDelay(long startDelay)
Specified by:
setStartDelay in class Animator

getDuration

public long getDuration()
Specified by:
getDuration in class Animator

setDuration

public AnimatorSet setDuration(long duration)
Specified by:
setDuration in class Animator

setupStartValues

public void setupStartValues()
Overrides:
setupStartValues in class Animator

setupEndValues

public void setupEndValues()
Overrides:
setupEndValues in class Animator

start

public void start()
Overrides:
start in class Animator

clone

public AnimatorSet clone()
Overrides:
clone in class Animator


Copyright © 2008-2012. All Rights Reserved.