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

Commit 97dd62d9 authored by Ram Peri's avatar Ram Peri Committed by Kevin Liu
Browse files

Test: atest -c MyRoboTests

Bug: 272054982
Make VsyncEventData visible to test classes calling nativeinit

Change-Id: I25d9f8608493e57930ea857088e3fa865272507a
Merged-In: I25d9f8608493e57930ea857088e3fa865272507a
parent ca0ef0a2
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)};