Package 

Interface ViewAnimationHelper.ViewAnimationListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onAnimationStart(@NonNull() Animator animator, @NonNull() View target, int animationType)
      abstract void onAnimationEnd(@NonNull() Animator animator, @NonNull() View target, int animationType)
      abstract void onAnimationCancel(@NonNull() Animator animator, @NonNull() View target, int animationType)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onAnimationStart

         abstract void onAnimationStart(@NonNull() Animator animator, @NonNull() View target, int animationType)
      • onAnimationEnd

         abstract void onAnimationEnd(@NonNull() Animator animator, @NonNull() View target, int animationType)
      • onAnimationCancel

         abstract void onAnimationCancel(@NonNull() Animator animator, @NonNull() View target, int animationType)