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

Commit 40b5cf7c authored by Rachel Lee's avatar Rachel Lee
Browse files

Update FrameData docs for correct usage

Bug: 258694738
Test: m docs
Test: intellij

Change-Id: Ie2a9321afe38a3b47b4c3d060ef7d4be11553935
parent 18f2966f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1165,7 +1165,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);