am 77f8112d: am aed35d6b: Merge "Not include fullscreen opaque window on screenshot"

* commit '77f8112d526b60ccdc099dd418c8955d47b5418d':
  Not include fullscreen opaque window on screenshot
This commit is contained in:
Craig Mautner
2014-11-26 18:14:08 +00:00
committed by Android Git Automerger

View File

@@ -6172,6 +6172,10 @@ public class WindowManagerService extends IWindowManager.Stub
ws.isDisplayedLw()) {
screenshotReady = true;
}
if (ws.isFullscreen(dw, dh) && ws.isOpaqueDrawn()){
break;
}
}
if (appToken != null && appWin == null) {