diff options
| author | Dianne Hackborn <hackbod@google.com> | 2011-04-21 17:26:39 -0700 |
|---|---|---|
| committer | Dianne Hackborn <hackbod@google.com> | 2011-05-16 12:57:38 -0700 |
| commit | 29735689cea7bf52998c1911542dcfdd1c1d9628 (patch) | |
| tree | 82fcde88be0860b040c0ce43deedbc61db5ce1a0 /core/java/android/view/WindowManagerPolicy.java | |
| parent | ac8dea12c17aa047e03a358110aeb60401d36aa2 (diff) | |
DO NOT MERGE: From master -- Fix bug in deciding which rotation to use for an orientation.
Change-Id: Ie271123271a662f3f753f381ce4c43ad7904dc4a
Diffstat (limited to 'core/java/android/view/WindowManagerPolicy.java')
| -rw-r--r-- | core/java/android/view/WindowManagerPolicy.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/java/android/view/WindowManagerPolicy.java b/core/java/android/view/WindowManagerPolicy.java index 2058991aa735..03b3553463b0 100644 --- a/core/java/android/view/WindowManagerPolicy.java +++ b/core/java/android/view/WindowManagerPolicy.java @@ -394,6 +394,12 @@ public interface WindowManagerPolicy { LocalPowerManager powerManager); /** + * Called by window manager once it has the initial, default native + * display dimensions. + */ + public void setInitialDisplaySize(int width, int height); + + /** * Check permissions when adding a window. * * @param attrs The window's LayoutParams. |
