Merge "Turn on hardware acceleration flag on the windowless window we render" into rvc-dev am: 7d5b7a6eb3
Change-Id: I68e886acc79996b6bdb0628cd34ef81cd4fb6d66
This commit is contained in:
@@ -62,7 +62,7 @@ public class SurfaceViewRequestReceiver {
|
|||||||
surfaceControl.getWidth(),
|
surfaceControl.getWidth(),
|
||||||
surfaceControl.getHeight(),
|
surfaceControl.getHeight(),
|
||||||
WindowManager.LayoutParams.TYPE_APPLICATION,
|
WindowManager.LayoutParams.TYPE_APPLICATION,
|
||||||
0,
|
WindowManager.LayoutParams.FLAG_HARDWARE_ACCELERATED,
|
||||||
mOpacity);
|
mOpacity);
|
||||||
|
|
||||||
mSurfaceControlViewHost.addView(view, layoutParams);
|
mSurfaceControlViewHost.addView(view, layoutParams);
|
||||||
|
|||||||
Reference in New Issue
Block a user