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

* commit 'b64b1dc8a1d65d352cebe86918501b13f1c03e1e':
  Not include fullscreen opaque window on screenshot
This commit is contained in:
Craig Mautner
2014-11-26 18:21:50 +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) {