Searched refs:sVsyncEventData (Results 1 – 1 of 1) sorted by relevance
41 private static VsyncEventData sVsyncEventData; field in Choreographer_Delegate144 if (sVsyncEventData == null) { in doFrame()145 sVsyncEventData = new VsyncEventData(); in doFrame()146 sVsyncEventData.frameTimelinesLength = 1; in doFrame()150 choreographer.doFrame(frameTimeNanos, 0, sVsyncEventData); in doFrame()