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

Commit 6a125e9d authored by Rachel Lee's avatar Rachel Lee Committed by Android (Google) Code Review
Browse files

Merge "Update FrameData docs for correct usage"

parents 4a52e380 40b5cf7c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1173,7 +1173,8 @@ public final class Choreographer {
         *
         * @param data The payload which includes frame information. Divide nanosecond values by
         *             {@code 1000000} to convert it to the {@link SystemClock#uptimeMillis()}
         *             time base.
         *             time base. {@code data} is not valid outside of {@code onVsync} and should
         *             not be accessed outside the callback.
         * @see FrameCallback#doFrame
         **/
        void onVsync(@NonNull FrameData data);