Android Animation for Titanium
Provides access to Honeycomb+ Animation APIs
 All Classes Functions Variables Pages
Public Member Functions | List of all members
AnimatorSet_ Class Reference

Inherits Animator_.

Public Member Functions

.method.getProperty Animator_[] getChildAnimations ()
 
.method void playSequentially (Animator_[] animations)
 
.method void playTogether (Animator_[] animations)
 
.method.getProperty long getDuration ()
 
.method.setProperty void setDuration (long milliseconds)
 
.method void cancel ()
 
.method void end ()
 
.method void start ()
 
.method boolean isRunning ()
 
.method boolean isStarted ()
 
.method.getProperty int getInterpolator ()
 
.method.setProperty void setInterpolator (int interpolator)
 
.method.setProperty void setInterpolatorValues (Object...values)
 Sets the interpolator values. More...
 
.method.getProperty float[] getInterpolatorValues ()
 
.method.getProperty Object getTarget ()
 
.method.setProperty void setTarget (Object target)
 
.method.getProperty long getStartDelay ()
 
.method.setProperty void setStartDelay (long startDelay)
 

Detailed Description

Since
1.0

Member Function Documentation

.method void cancel ( )
inlineinherited
Since
1.0
.method void end ( )
inlineinherited
Since
1.0
.method.getProperty Animator_ [] getChildAnimations ( )
inline
Since
1.0
.method.getProperty long getDuration ( )
inlineinherited
Since
1.0
.method.getProperty int getInterpolator ( )
inlineinherited
Since
1.0
.method.getProperty float [] getInterpolatorValues ( )
inlineinherited
Since
1.0
.method.getProperty long getStartDelay ( )
inlineinherited
Since
1.0
.method.getProperty Object getTarget ( )
inlineinherited
Since
1.0
.method boolean isRunning ( )
inlineinherited
Since
1.0
.method boolean isStarted ( )
inlineinherited
Since
1.0
.method void playSequentially ( Animator_[]  animations)
inline
Since
1.0
.method void playTogether ( Animator_[]  animations)
inline
Since
1.0
.method.setProperty void setDuration ( long  milliseconds)
inlineinherited
Since
1.0
.method.setProperty void setInterpolator ( int  interpolator)
inlineinherited
Since
1.0
.method.setProperty void setInterpolatorValues ( Object...  values)
inlineinherited

Sets the interpolator values.

Since
1.0
.method.setProperty void setStartDelay ( long  startDelay)
inlineinherited
Since
1.0
.method.setProperty void setTarget ( Object  target)
inlineinherited
Since
1.0
.method void start ( )
inlineinherited
Since
1.0

The documentation for this class was generated from the following file: