com.actionbarsherlock.internal.widget
Class ScrollingTabContainerView.VisibilityAnimListener

java.lang.Object
  extended by com.actionbarsherlock.internal.widget.ScrollingTabContainerView.VisibilityAnimListener
All Implemented Interfaces:
Animator.AnimatorListener
Enclosing class:
ScrollingTabContainerView

protected class ScrollingTabContainerView.VisibilityAnimListener
extends Object
implements Animator.AnimatorListener


Constructor Summary
protected ScrollingTabContainerView.VisibilityAnimListener()
           
 
Method Summary
 void onAnimationCancel(Animator animation)
          Notifies the cancellation of the animation.
 void onAnimationEnd(Animator animation)
          Notifies the end of the animation.
 void onAnimationRepeat(Animator animation)
          Notifies the repetition of the animation.
 void onAnimationStart(Animator animation)
          Notifies the start of the animation.
 ScrollingTabContainerView.VisibilityAnimListener withFinalVisibility(int visibility)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScrollingTabContainerView.VisibilityAnimListener

protected ScrollingTabContainerView.VisibilityAnimListener()
Method Detail

withFinalVisibility

public ScrollingTabContainerView.VisibilityAnimListener withFinalVisibility(int visibility)

onAnimationStart

public void onAnimationStart(Animator animation)
Description copied from interface: Animator.AnimatorListener

Notifies the start of the animation.

Specified by:
onAnimationStart in interface Animator.AnimatorListener
Parameters:
animation - The started animation.

onAnimationEnd

public void onAnimationEnd(Animator animation)
Description copied from interface: Animator.AnimatorListener

Notifies the end of the animation. This callback is not invoked for animations with repeat count set to INFINITE.

Specified by:
onAnimationEnd in interface Animator.AnimatorListener
Parameters:
animation - The animation which reached its end.

onAnimationCancel

public void onAnimationCancel(Animator animation)
Description copied from interface: Animator.AnimatorListener

Notifies the cancellation of the animation. This callback is not invoked for animations with repeat count set to INFINITE.

Specified by:
onAnimationCancel in interface Animator.AnimatorListener
Parameters:
animation - The animation which was canceled.

onAnimationRepeat

public void onAnimationRepeat(Animator animation)
Description copied from interface: Animator.AnimatorListener

Notifies the repetition of the animation.

Specified by:
onAnimationRepeat in interface Animator.AnimatorListener
Parameters:
animation - The animation which was repeated.


Copyright © 2012-2013. All Rights Reserved.