Flip BLAST flag.

This flag will enable the BLASTBufferQueue adapter for use by ViewRootImpl.
BLASTSync and the BLASTBufferQueue in SurfaceView are still behind seperate flags.

Bug: 168506246
Test: Days of manual testing on multiple devices (stressed: app switching, rotation, SurfaceView, PIP, Split-screen). Multiple presubmits. 5 passing runs of flicker. Systrace inspection. App startup perf tests. Inspection of jankstats from experiment based flip in R dogfood.
Change-Id: I904185f5ab41e7d15c64d066f94e2658bff1a230
This commit is contained in:
Robert Carr
2020-10-19 15:29:32 -07:00
committed by Rob Carr
parent 27cec559d3
commit 5cf36637f9

View File

@@ -1203,9 +1203,7 @@ public class WindowManagerService extends IWindowManager.Stub
mAnimator = new WindowAnimator(this);
mRoot = new RootWindowContainer(this);
mUseBLAST = DeviceConfig.getBoolean(
DeviceConfig.NAMESPACE_WINDOW_MANAGER_NATIVE_BOOT,
WM_USE_BLAST_ADAPTER_FLAG, false);
mUseBLAST = true;
mSyncEngine = new BLASTSyncEngine(this);