summaryrefslogtreecommitdiff
path: root/core/java/android/view/WindowManagerPolicy.java
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2012-01-13 13:01:48 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2012-01-13 13:01:48 -0800
commitf88d1493aa968d3da551116f076edd5e21f7ccfc (patch)
tree553a98239d2e3d547da50e658c57a708efc17aad /core/java/android/view/WindowManagerPolicy.java
parent31cef1451e84e613825a78716f4b8cedd5ae9084 (diff)
parent100651779fde99f7ae2a10719d688b51115f08e9 (diff)
am 10065177: am 2e282f35: Merge "Fix issue #5823276: home repaints after full-screen app is exited" into ics-mr1
* commit '100651779fde99f7ae2a10719d688b51115f08e9': Fix issue #5823276: home repaints after full-screen app is exited
Diffstat (limited to 'core/java/android/view/WindowManagerPolicy.java')
-rw-r--r--core/java/android/view/WindowManagerPolicy.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/java/android/view/WindowManagerPolicy.java b/core/java/android/view/WindowManagerPolicy.java
index c7cd662d2c27..994565a7cae7 100644
--- a/core/java/android/view/WindowManagerPolicy.java
+++ b/core/java/android/view/WindowManagerPolicy.java
@@ -298,6 +298,11 @@ public interface WindowManagerPolicy {
boolean isDisplayedLw();
/**
+ * Is this window considered to be gone for purposes of layout?
+ */
+ boolean isGoneForLayoutLw();
+
+ /**
* 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.
*