Class AnimationUtils.OnAnimationLoop

  • All Implemented Interfaces:
    android.animation.Animator.AnimatorListener
    Enclosing class:
    AnimationUtils

    public abstract static class AnimationUtils.OnAnimationLoop
    extends java.lang.Object
    implements android.animation.Animator.AnimatorListener
    • Constructor Summary

      Constructors 
      Constructor Description
      OnAnimationLoop()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      void onAnimationCancel​(android.animation.Animator animator)  
      void onAnimationEnd​(android.animation.Animator animator)  
      abstract void onAnimationRepeat​(android.animation.Animator animator)  
      void onAnimationStart​(android.animation.Animator animator)  
      • 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

      • OnAnimationLoop

        public OnAnimationLoop()
    • Method Detail

      • onAnimationStart

        public void onAnimationStart​(android.animation.Animator animator)
        Specified by:
        onAnimationStart in interface android.animation.Animator.AnimatorListener
      • onAnimationEnd

        public void onAnimationEnd​(android.animation.Animator animator)
        Specified by:
        onAnimationEnd in interface android.animation.Animator.AnimatorListener
      • onAnimationCancel

        public void onAnimationCancel​(android.animation.Animator animator)
        Specified by:
        onAnimationCancel in interface android.animation.Animator.AnimatorListener
      • onAnimationRepeat

        public abstract void onAnimationRepeat​(android.animation.Animator animator)
        Specified by:
        onAnimationRepeat in interface android.animation.Animator.AnimatorListener