Interface AnimationHandler.FrameCallback

All Known Implementing Classes:
AnimatorSet, ObjectAnimator, ValueAnimator
Enclosing class:
AnimationHandler

public static interface AnimationHandler.FrameCallback
Callbacks that receives notifications for animation timing.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    doAnimationFrame(long frameTime)
    Run animation based on the frame time.
  • Method Details

    • doAnimationFrame

      boolean doAnimationFrame(long frameTime)
      Run animation based on the frame time.
      Parameters:
      frameTime - the frame start time, in the Core.timeMillis() time base
      Returns:
      if the animation has finished.