Loading core/java/android/view/Choreographer.java +2 −1 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
core/java/android/view/Choreographer.java +2 −1 Original line number Diff line number Diff line Loading @@ -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); Loading