summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/IWindowManager.aidl
diff options
context:
space:
mode:
authorCraig Mautner <cmautner@google.com>2014-05-31 15:13:37 -0700
committerCraig Mautner <cmautner@google.com>2014-06-03 17:08:02 -0700
commit8a0da0184f6c5c95d94ab6adfee79bace4040abd (patch)
treed426d7012d2cc62bfe18e4acf9f34a92ca6914e3 /core/java/android/view/IWindowManager.aidl
parent4327e2fbcd68ec022a8d365bbe171dbc3cb97c65 (diff)
downloadframeworks_base-8a0da0184f6c5c95d94ab6adfee79bace4040abd.zip
frameworks_base-8a0da0184f6c5c95d94ab6adfee79bace4040abd.tar.gz
frameworks_base-8a0da0184f6c5c95d94ab6adfee79bace4040abd.tar.bz2
Force all windows to redraw before unblanking screen
The screen turning on would show windows as they were when the screen turned off. This fix forces all showing windows to redraw first and only then allow the screen to turn on. Fixes bug 15092354. Change-Id: I52c3f47438176a5ac00ba9a4d5205b56a5aa48f9
Diffstat (limited to 'core/java/android/view/IWindowManager.aidl')
-rw-r--r--core/java/android/view/IWindowManager.aidl6
1 files changed, 0 insertions, 6 deletions
diff --git a/core/java/android/view/IWindowManager.aidl b/core/java/android/view/IWindowManager.aidl
index af16185..a52ccdf 100644
--- a/core/java/android/view/IWindowManager.aidl
+++ b/core/java/android/view/IWindowManager.aidl
@@ -216,12 +216,6 @@ interface IWindowManager
oneway void statusBarVisibilityChanged(int visibility);
/**
- * Block until the given window has been drawn to the screen.
- * Returns true if really waiting, false if the window does not exist.
- */
- boolean waitForWindowDrawn(IBinder token, in IRemoteCallback callback);
-
- /**
* Device has a software navigation bar (separate from the status bar).
*/
boolean hasNavigationBar();