Merge "Test: atest -c MyRoboTests Bug: 272054982 Make VsyncEventData visible to test classes calling nativeinit"
This commit is contained in:
@@ -138,8 +138,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 {
|
||||||
static final FrameTimeline[] INVALID_FRAME_TIMELINES =
|
static final FrameTimeline[] INVALID_FRAME_TIMELINES =
|
||||||
{new FrameTimeline(FrameInfo.INVALID_VSYNC_ID, Long.MAX_VALUE, Long.MAX_VALUE)};
|
{new FrameTimeline(FrameInfo.INVALID_VSYNC_ID, Long.MAX_VALUE, Long.MAX_VALUE)};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user