SurfaceView: Only show background when behind ViewRoot.
The old implementation of the SurfaceView background didn't show when the Surface was in front of the ViewRoot surface, and the new one does. This is causing problems with apps that float invisible SurfaceViews on top of themselves and with apps that don't implement draw notification. Here we restore the old behavior. Bug: 123920952 Bug: 115969839 Test: Manual Change-Id: I12a6f3910551ba0fa2ab71a37475a9b78cf384b6
Loading
Please register or sign in to comment