Loading core/java/android/view/SurfaceView.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -1389,6 +1389,8 @@ public class SurfaceView extends View implements ViewRootImpl.SurfaceChangedCall // If we are using BLAST, merge the transaction with the viewroot buffer transaction. // If we are using BLAST, merge the transaction with the viewroot buffer transaction. viewRoot.mergeWithNextTransaction(mRtTransaction, frameNumber); viewRoot.mergeWithNextTransaction(mRtTransaction, frameNumber); return; return; } else { mRtTransaction.apply(); } } } } Loading Loading
core/java/android/view/SurfaceView.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -1389,6 +1389,8 @@ public class SurfaceView extends View implements ViewRootImpl.SurfaceChangedCall // If we are using BLAST, merge the transaction with the viewroot buffer transaction. // If we are using BLAST, merge the transaction with the viewroot buffer transaction. viewRoot.mergeWithNextTransaction(mRtTransaction, frameNumber); viewRoot.mergeWithNextTransaction(mRtTransaction, frameNumber); return; return; } else { mRtTransaction.apply(); } } } } Loading