diff --git a/api/current.xml b/api/current.xml index 6121c4342b88d..6174bff7fbeb2 100644 --- a/api/current.xml +++ b/api/current.xml @@ -10659,6 +10659,17 @@ visibility="public" > + + + + + + + + + + + + + + #ff000000 #ff000000 #60000000 + #80000000 + + #80ffffff #80ffffff #ffffffff #ff000000 diff --git a/core/res/res/values/public.xml b/core/res/res/values/public.xml index c4636f3408370..2bc2a0fee5c15 100644 --- a/core/res/res/values/public.xml +++ b/core/res/res/values/public.xml @@ -1168,10 +1168,13 @@ + + + diff --git a/core/res/res/values/styles.xml b/core/res/res/values/styles.xml index fae612c8bada6..69612e9ce2499 100644 --- a/core/res/res/values/styles.xml +++ b/core/res/res/values/styles.xml @@ -458,7 +458,6 @@ diff --git a/core/res/res/values/themes.xml b/core/res/res/values/themes.xml index 4f76c56053493..1aa48ee6bf6bf 100644 --- a/core/res/res/values/themes.xml +++ b/core/res/res/values/themes.xml @@ -303,6 +303,32 @@ @null + + + + + + + + + + + + diff --git a/services/java/com/android/server/WindowManagerService.java b/services/java/com/android/server/WindowManagerService.java index 8e85a6a4b14e4..bd2c3ed80e069 100644 --- a/services/java/com/android/server/WindowManagerService.java +++ b/services/java/com/android/server/WindowManagerService.java @@ -1244,12 +1244,6 @@ public class WindowManagerService extends IWindowManager.Stub "Skipping hidden or animating token: " + w); continue; } - // If this window's app token is ot fullscreen, also irrelevant. - if (!w.mAppToken.appFullscreen) { - if (DEBUG_WALLPAPER) Log.v(TAG, - "Skipping non-fullscreen token: " + w); - continue; - } } if (DEBUG_WALLPAPER) Log.v(TAG, "Win " + w + ": readyfordisplay=" + w.isReadyForDisplay() + " drawpending=" + w.mDrawPending