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

Commit 68bd9b79 authored by Kevin Liu's avatar Kevin Liu Committed by Automerger Merge Worker
Browse files

Merge "Test: atest -c MyRoboTests Bug: 272054982 Make VsyncEventData visible...

Merge "Test: atest -c MyRoboTests Bug: 272054982 Make VsyncEventData visible to test classes calling nativeinit" am: 52457cc7 am: 3117662d

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2534679



Change-Id: I32b571c81a276d0ddacdfdcbd766f4dc5b3777d6
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 405cf304 3117662d
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -138,8 +138,12 @@ public abstract class DisplayEventReceiver {
        mMessageQueue = null;
    }

    static final class VsyncEventData {

    /**
     * Class to capture all inputs required for syncing events data.
     *
     * @hide
     */
    public static final class VsyncEventData {
        static final FrameTimeline[] INVALID_FRAME_TIMELINES =
                {new FrameTimeline(FrameInfo.INVALID_VSYNC_ID, Long.MAX_VALUE, Long.MAX_VALUE)};