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

Commit a9b6cc9c authored by Ram Peri's avatar Ram Peri 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" into udc-dev am: 77350cbf

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



Change-Id: I4db3fef4234c6f6df8d52962e2654e39e1f76204
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 00b6b4ea 77350cbf
Loading
Loading
Loading
Loading
+6 −1
Original line number Original line Diff line number Diff line
@@ -146,7 +146,12 @@ public abstract class DisplayEventReceiver {
        mMessageQueue = null;
        mMessageQueue = null;
    }
    }


    static final class VsyncEventData {
    /**
     * Class to capture all inputs required for syncing events data.
     *
     * @hide
     */
    public static final class VsyncEventData {
        // The amount of frame timeline choices.
        // The amount of frame timeline choices.
        // Must be in sync with VsyncEventData::kFrameTimelinesLength in
        // Must be in sync with VsyncEventData::kFrameTimelinesLength in
        // frameworks/native/libs/gui/include/gui/VsyncEventData.h. If they do not match, a runtime
        // frameworks/native/libs/gui/include/gui/VsyncEventData.h. If they do not match, a runtime