Merge "Don't set mNextDrawUseBlastSync when hardware is not enabled" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
7c8aea622c
@@ -3209,7 +3209,9 @@ public final class ViewRootImpl implements ViewParent,
|
||||
Log.d(mTag, "Relayout called with blastSync");
|
||||
}
|
||||
reportNextDraw();
|
||||
mNextDrawUseBlastSync = true;
|
||||
if (isHardwareEnabled()) {
|
||||
mNextDrawUseBlastSync = true;
|
||||
}
|
||||
}
|
||||
|
||||
boolean cancelDraw = mAttachInfo.mTreeObserver.dispatchOnPreDraw() || !isViewVisible;
|
||||
|
||||
Reference in New Issue
Block a user