protected class ScrollingTabContainerView.VisibilityAnimListener extends Object implements ViewPropertyAnimatorListener
Modifier | Constructor and Description |
---|---|
protected |
VisibilityAnimListener() |
Modifier and Type | Method and Description |
---|---|
void |
onAnimationCancel(View view)
Notifies the cancellation of the animation.
|
void |
onAnimationEnd(View view)
Notifies the end of the animation.
|
void |
onAnimationStart(View view)
Notifies the start of the animation.
|
ScrollingTabContainerView.VisibilityAnimListener |
withFinalVisibility(ViewPropertyAnimatorCompat animation,
int visibility) |
public ScrollingTabContainerView.VisibilityAnimListener withFinalVisibility(ViewPropertyAnimatorCompat animation, int visibility)
public void onAnimationStart(View view)
ViewPropertyAnimatorListener
Notifies the start of the animation.
onAnimationStart
in interface ViewPropertyAnimatorListener
view
- The view associated with the ViewPropertyAnimatorpublic void onAnimationEnd(View view)
ViewPropertyAnimatorListener
Notifies the end of the animation. This callback is not invoked for animations with repeat count set to INFINITE.
onAnimationEnd
in interface ViewPropertyAnimatorListener
view
- The view associated with the ViewPropertyAnimatorpublic void onAnimationCancel(View view)
ViewPropertyAnimatorListener
Notifies the cancellation of the animation. This callback is not invoked for animations with repeat count set to INFINITE.
onAnimationCancel
in interface ViewPropertyAnimatorListener
view
- The view associated with the ViewPropertyAnimator