Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a24bed9f authored by Shan Huang's avatar Shan Huang Committed by Android (Google) Code Review
Browse files

Merge "Add AndroidX SpringAnimation library to core." into tm-qpr-dev

parents 63402cf7 80c44686
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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