diff options
| author | Dianne Hackborn <hackbod@google.com> | 2012-05-21 11:28:41 -0700 |
|---|---|---|
| committer | Dianne Hackborn <hackbod@google.com> | 2012-06-25 19:19:15 -0700 |
| commit | a4b7f2f75e7803193429ec1179fb5e2eb1c6fbda (patch) | |
| tree | 287a64b2e558134e4f80ce5ae2356405204a369b /core/java/android/view/WindowManagerPolicy.java | |
| parent | 6a15634f601617b815935bc7fdbe0c356d020f44 (diff) | |
Use two fingers to work some magic...
Change-Id: Ibcb3dbd3d158c22da8277e544d81fb47eadccd49
Diffstat (limited to 'core/java/android/view/WindowManagerPolicy.java')
| -rw-r--r-- | core/java/android/view/WindowManagerPolicy.java | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/core/java/android/view/WindowManagerPolicy.java b/core/java/android/view/WindowManagerPolicy.java index 09948b8e64f2..9522a1bd5642 100644 --- a/core/java/android/view/WindowManagerPolicy.java +++ b/core/java/android/view/WindowManagerPolicy.java @@ -553,7 +553,14 @@ public interface WindowManagerPolicy { * allowed to be in. */ public int getMaxWallpaperLayer(); - + + /** + * Return the window layer at which windows appear above the normal + * universe (that is no longer impacted by the universe background + * transform). + */ + public int getAboveUniverseLayer(); + /** * Return true if the policy desires a full unified system nav bar. Otherwise, * it is a phone-style status bar with optional nav bar. |
