Class SubsamplingScaleImageView.DefaultOnAnimationEventListener

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void onComplete() The animation has completed, having reached its endpoint.
      void onInterruptedByUser() The animation has been aborted before reaching its endpoint because the user touched the screen.
      void onInterruptedByNewAnim() The animation has been aborted before reaching its endpoint because a new animation has been started.
      • Methods inherited from class java.lang.Object

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

      • SubsamplingScaleImageView.DefaultOnAnimationEventListener

        SubsamplingScaleImageView.DefaultOnAnimationEventListener()
    • Method Detail

      • onComplete

         void onComplete()

        The animation has completed, having reached its endpoint.

      • onInterruptedByUser

         void onInterruptedByUser()

        The animation has been aborted before reaching its endpoint because the user touched the screen.

      • onInterruptedByNewAnim

         void onInterruptedByNewAnim()

        The animation has been aborted before reaching its endpoint because a new animation has been started.