Loading core/java/android/animation/AnimationHandler.java +2 −1 Original line number Diff line number Diff line Loading @@ -432,8 +432,9 @@ public class AnimationHandler { /** * Callbacks that receives notifications for animation timing and frame commit timing. * @hide */ interface AnimationFrameCallback { public interface AnimationFrameCallback { /** * Run animation based on the frame time. * @param frameTime The frame start time, in the {@link SystemClock#uptimeMillis()} time Loading Loading
core/java/android/animation/AnimationHandler.java +2 −1 Original line number Diff line number Diff line Loading @@ -432,8 +432,9 @@ public class AnimationHandler { /** * Callbacks that receives notifications for animation timing and frame commit timing. * @hide */ interface AnimationFrameCallback { public interface AnimationFrameCallback { /** * Run animation based on the frame time. * @param frameTime The frame start time, in the {@link SystemClock#uptimeMillis()} time Loading