diff options
author | Dianne Hackborn <hackbod@google.com> | 2010-10-01 14:04:27 -0700 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2010-10-01 14:04:27 -0700 |
commit | fd57416cc8c2a333f46cacad6de48a3b1547eac9 (patch) | |
tree | b1676ac6df673e2d61ce1104b1eb51afa5203587 | |
parent | 1fa69735d9e786da4b20c3ab3da3aa66f3cf8116 (diff) | |
download | frameworks_base-fd57416cc8c2a333f46cacad6de48a3b1547eac9.zip frameworks_base-fd57416cc8c2a333f46cacad6de48a3b1547eac9.tar.gz frameworks_base-fd57416cc8c2a333f46cacad6de48a3b1547eac9.tar.bz2 |
Fix build.
Change-Id: I99d362e6673252ade4da29f29852eccaedbc9709
-rw-r--r-- | core/java/android/view/WindowManagerPolicy.java | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/core/java/android/view/WindowManagerPolicy.java b/core/java/android/view/WindowManagerPolicy.java index 76701a9..c12cd48 100644 --- a/core/java/android/view/WindowManagerPolicy.java +++ b/core/java/android/view/WindowManagerPolicy.java @@ -261,24 +261,6 @@ public interface WindowManagerPolicy { boolean isDisplayedLw(); /** - * Returns true if the window is both full screen and opaque. Must be - * called with the window manager lock held. - * - * @param width The width of the screen - * @param height The height of the screen - * @param shownFrame If true, this is based on the actual shown frame of - * the window (taking into account animations); if - * false, this is based on the currently requested - * frame, which any current animation will be moving - * towards. - * @param onlyOpaque If true, this will only pass if the window is - * also opaque. - * @return Returns true if the window is both full screen and opaque - */ - public boolean fillsScreenLw(int width, int height, boolean shownFrame, - boolean onlyOpaque); - - /** * Returns true if this window has been shown on screen at some time in * the past. Must be called with the window manager lock held. * |