java.lang.Object | |
↳ | com.pdftron.pdf.tools.QuickMenu.FadeOutAnimListener |
fade out animation listener when animation ends, set the fadeout view to be invisible, and start the next coming view animation
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void |
onAnimationEnd(Animation animation)
Overload implementation of
onAnimationEnd(Animation)
Sets the fade out animation view to INVISIBLE , and set next view to start next animation | ||||||||||
void |
onAnimationRepeat(Animation animation)
Overload implementation of
onAnimationRepeat(Animation) | ||||||||||
void |
onAnimationStart(Animation animation)
Overload implementation of
onAnimationStart(Animation) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Overload implementation of onAnimationEnd(Animation)
Sets the fade out animation view to INVISIBLE
, and set next view to start next animation
animation | animation |
---|
Overload implementation of onAnimationRepeat(Animation)
animation | animation |
---|
Overload implementation of onAnimationStart(Animation)
animation | animation |
---|