am 8b270a7a: am 579e08e6: am f7896449: merge from open-source master

This commit is contained in:
The Android Open Source Project
2010-05-05 18:16:31 -07:00
committed by Android Git Automerger
8 changed files with 43 additions and 6 deletions

View File

@@ -11314,6 +11314,7 @@ public class WindowManagerService extends IWindowManager.Stub
"DimSurface",
-1, 16, 16, PixelFormat.OPAQUE,
Surface.FX_SURFACE_DIM);
mDimSurface.setAlpha(0.0f);
} catch (Exception e) {
Slog.e(TAG, "Exception creating Dim surface", e);
}