diff options
| author | Dianne Hackborn <hackbod@google.com> | 2011-05-09 19:00:59 -0700 |
|---|---|---|
| committer | Dianne Hackborn <hackbod@google.com> | 2011-05-09 19:00:59 -0700 |
| commit | aa9d84c37e05f696ec158dac98ce38cf41e18314 (patch) | |
| tree | 49a8e08d51840eec7ff20b624c59408f2f7523aa /core/java/android/view/WindowManagerPolicy.java | |
| parent | 28e77e616d8f005c8e07d6f28a83f8ca9772aedf (diff) | |
| parent | 05be6d6fe09ddfb706d1bef3b20c3d37f45e3c8a (diff) | |
resolved conflicts for merge of 05be6d6f to master
Change-Id: Ic6a6c5bb300f6f1d43f9ed550b284282b4f16212
Diffstat (limited to 'core/java/android/view/WindowManagerPolicy.java')
| -rw-r--r-- | core/java/android/view/WindowManagerPolicy.java | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/core/java/android/view/WindowManagerPolicy.java b/core/java/android/view/WindowManagerPolicy.java index 3d19380d5959..5a418f3edecd 100644 --- a/core/java/android/view/WindowManagerPolicy.java +++ b/core/java/android/view/WindowManagerPolicy.java @@ -466,6 +466,18 @@ public interface WindowManagerPolicy { public int getMaxWallpaperLayer(); /** + * Return the display width available after excluding the window + * decor. + */ + public int getNonDecorDisplayWidth(int fullWidth); + + /** + * Return the display height available after excluding the screen + * decor. + */ + public int getNonDecorDisplayHeight(int fullHeight); + + /** * Return whether the given window should forcibly hide everything * behind it. Typically returns true for the keyguard. */ |
