am f7896449
: merge from open-source master
Merge commit 'f78964490d8098387d51444c87bf520ad3f674e2' into kraken * commit 'f78964490d8098387d51444c87bf520ad3f674e2': Add new keycodes for the convenience of Japanese IMEs Call register_localized_collators() with the current locale. Fixed deserialization problem in DatePicker. Fix for bug 2467152 files with spaces fail to open. Set alpha value for newly created dim surface. telephony: Fix CID when CID is unknown
This commit is contained in:
committed by
Android Git Automerger
commit
579e08e657
@ -11333,6 +11333,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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user