com.actionbarsherlock.internal.widget
Class AbsActionBarView.VisibilityAnimListener

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

protected class AbsActionBarView.VisibilityAnimListener
extends Object
implements Animator.AnimatorListener


Constructor Summary
protected AbsActionBarView.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.
 AbsActionBarView.VisibilityAnimListener withFinalVisibility(int visibility)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbsActionBarView.VisibilityAnimListener

protected AbsActionBarView.VisibilityAnimListener()
Method Detail

withFinalVisibility

public AbsActionBarView.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.