Package com.intercom.composer.animation
Class ShowSendButtonAnimatorListener
- java.lang.Object
-
- android.animation.AnimatorListenerAdapter
-
- com.intercom.composer.animation.ShowSendButtonAnimatorListener
-
- All Implemented Interfaces:
Animator.AnimatorListener,Animator.AnimatorPauseListener
public class ShowSendButtonAnimatorListener extends AnimatorListenerAdapter
-
-
Constructor Summary
Constructors Constructor Description ShowSendButtonAnimatorListener(List<Input> inputs, ComposerPagerAdapter composerPagerAdapter, androidx.recyclerview.widget.RecyclerView.Adapter recyclerAdapter, androidx.recyclerview.widget.LinearLayoutManager layoutManager, ComposerAnimationStateListener animationStateListener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonAnimationCancel(Animator animation)voidonAnimationEnd(Animator animation)voidonAnimationStart(Animator animation)-
Methods inherited from class android.animation.AnimatorListenerAdapter
onAnimationPause, onAnimationRepeat, onAnimationResume
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface android.animation.Animator.AnimatorListener
onAnimationEnd, onAnimationStart
-
-
-
-
Constructor Detail
-
ShowSendButtonAnimatorListener
public ShowSendButtonAnimatorListener(List<Input> inputs, ComposerPagerAdapter composerPagerAdapter, androidx.recyclerview.widget.RecyclerView.Adapter recyclerAdapter, androidx.recyclerview.widget.LinearLayoutManager layoutManager, ComposerAnimationStateListener animationStateListener)
-
-
Method Detail
-
onAnimationEnd
public void onAnimationEnd(Animator animation)
- Specified by:
onAnimationEndin interfaceAnimator.AnimatorListener- Overrides:
onAnimationEndin classAnimatorListenerAdapter
-
onAnimationStart
public void onAnimationStart(Animator animation)
- Specified by:
onAnimationStartin interfaceAnimator.AnimatorListener- Overrides:
onAnimationStartin classAnimatorListenerAdapter
-
onAnimationCancel
public void onAnimationCancel(Animator animation)
- Specified by:
onAnimationCancelin interfaceAnimator.AnimatorListener- Overrides:
onAnimationCancelin classAnimatorListenerAdapter
-
-