Loading core/java/android/view/ViewRootImpl.java +4 −2 Original line number Diff line number Diff line Loading @@ -4435,7 +4435,8 @@ public final class ViewRootImpl implements ViewParent, // merged with a sync group or BLASTBufferQueue before making it to this point // But better a one or two frame flicker than steady-state broken from dropping // whatever is in this transaction mPendingTransaction.apply(); // apply immediately with bbq apply token mergeWithNextTransaction(mPendingTransaction, 0); mHasPendingTransactions = false; } mSyncBuffer = false; Loading Loading @@ -5501,7 +5502,8 @@ public final class ViewRootImpl implements ViewParent, Log.d(mTag, "Pending transaction will not be applied in sync with a draw due to " + logReason); } pendingTransaction.apply(); // apply immediately with bbq apply token mergeWithNextTransaction(pendingTransaction, 0); } } /** Loading Loading
core/java/android/view/ViewRootImpl.java +4 −2 Original line number Diff line number Diff line Loading @@ -4435,7 +4435,8 @@ public final class ViewRootImpl implements ViewParent, // merged with a sync group or BLASTBufferQueue before making it to this point // But better a one or two frame flicker than steady-state broken from dropping // whatever is in this transaction mPendingTransaction.apply(); // apply immediately with bbq apply token mergeWithNextTransaction(mPendingTransaction, 0); mHasPendingTransactions = false; } mSyncBuffer = false; Loading Loading @@ -5501,7 +5502,8 @@ public final class ViewRootImpl implements ViewParent, Log.d(mTag, "Pending transaction will not be applied in sync with a draw due to " + logReason); } pendingTransaction.apply(); // apply immediately with bbq apply token mergeWithNextTransaction(pendingTransaction, 0); } } /** Loading