Loading core/java/android/view/SurfaceControl.java +9 −0 Original line number Diff line number Diff line Loading @@ -4508,6 +4508,10 @@ public final class SurfaceControl implements Parcelable { Log.w(TAG, "addTransactionCompletedListener was called but flag is disabled"); return this; } if (SurfaceControlRegistry.sCallStackDebuggingEnabled) { SurfaceControlRegistry.getProcessInstance().checkCallStackDebugging( "setFrameTimeline", this, null, "vsyncId=" + vsyncId); } nativeSetFrameTimelineVsync(mNativeObject, vsyncId); return this; } Loading @@ -4515,6 +4519,11 @@ public final class SurfaceControl implements Parcelable { /** @hide */ @NonNull public Transaction setFrameTimelineVsync(long frameTimelineVsyncId) { if (SurfaceControlRegistry.sCallStackDebuggingEnabled) { SurfaceControlRegistry.getProcessInstance().checkCallStackDebugging( "setFrameTimelineVsync", this, null, "frameTimelineVsyncId=" + frameTimelineVsyncId); } nativeSetFrameTimelineVsync(mNativeObject, frameTimelineVsyncId); return this; } Loading Loading
core/java/android/view/SurfaceControl.java +9 −0 Original line number Diff line number Diff line Loading @@ -4508,6 +4508,10 @@ public final class SurfaceControl implements Parcelable { Log.w(TAG, "addTransactionCompletedListener was called but flag is disabled"); return this; } if (SurfaceControlRegistry.sCallStackDebuggingEnabled) { SurfaceControlRegistry.getProcessInstance().checkCallStackDebugging( "setFrameTimeline", this, null, "vsyncId=" + vsyncId); } nativeSetFrameTimelineVsync(mNativeObject, vsyncId); return this; } Loading @@ -4515,6 +4519,11 @@ public final class SurfaceControl implements Parcelable { /** @hide */ @NonNull public Transaction setFrameTimelineVsync(long frameTimelineVsyncId) { if (SurfaceControlRegistry.sCallStackDebuggingEnabled) { SurfaceControlRegistry.getProcessInstance().checkCallStackDebugging( "setFrameTimelineVsync", this, null, "frameTimelineVsyncId=" + frameTimelineVsyncId); } nativeSetFrameTimelineVsync(mNativeObject, frameTimelineVsyncId); return this; } Loading