BlowTorch
 All Classes Namespaces Files Functions Variables Enumerator Pages
Classes | Public Member Functions | List of all members
com.offsetnull.bt.window.AnimatedRelativeLayout Class Reference
Inheritance diagram for com.offsetnull.bt.window.AnimatedRelativeLayout:
Inheritance graph
[legend]
Collaboration diagram for com.offsetnull.bt.window.AnimatedRelativeLayout:
Collaboration graph
[legend]

Classes

interface  OnAnimationEndListener
 

Public Member Functions

 AnimatedRelativeLayout (Context context, AttributeSet attrs)
 
 AnimatedRelativeLayout (Context context, AttributeSet attrs, int defStyle)
 
 AnimatedRelativeLayout (Context context, OnAnimationEndListener w)
 
 AnimatedRelativeLayout (Context context)
 
void setAnimationListener (OnAnimationEndListener w)
 
void onAnimationStart ()
 
void onAnimationEnd ()
 
void startAnimation (Animation a)
 
void bringToFront ()
 
void setDimensions (int width, int height)
 
void setWidth (int width)
 
void setHeight (int height)
 

Constructor & Destructor Documentation

com.offsetnull.bt.window.AnimatedRelativeLayout.AnimatedRelativeLayout ( Context  context,
AttributeSet  attrs 
)
com.offsetnull.bt.window.AnimatedRelativeLayout.AnimatedRelativeLayout ( Context  context,
AttributeSet  attrs,
int  defStyle 
)
com.offsetnull.bt.window.AnimatedRelativeLayout.AnimatedRelativeLayout ( Context  context,
OnAnimationEndListener  w 
)
com.offsetnull.bt.window.AnimatedRelativeLayout.AnimatedRelativeLayout ( Context  context)

Member Function Documentation

void com.offsetnull.bt.window.AnimatedRelativeLayout.bringToFront ( )
void com.offsetnull.bt.window.AnimatedRelativeLayout.onAnimationEnd ( )

Here is the call graph for this function:

void com.offsetnull.bt.window.AnimatedRelativeLayout.onAnimationStart ( )
void com.offsetnull.bt.window.AnimatedRelativeLayout.setAnimationListener ( OnAnimationEndListener  w)
void com.offsetnull.bt.window.AnimatedRelativeLayout.setDimensions ( int  width,
int  height 
)
void com.offsetnull.bt.window.AnimatedRelativeLayout.setHeight ( int  height)
void com.offsetnull.bt.window.AnimatedRelativeLayout.setWidth ( int  width)
void com.offsetnull.bt.window.AnimatedRelativeLayout.startAnimation ( Animation  a)

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