Package icyllis.modernui.animation
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 TypeMethodDescriptionbooleandoAnimationFrame(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 theCore.timeMillis()time base- Returns:
- if the animation has finished.
-