summaryrefslogtreecommitdiffstats
path: root/core/java
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2012-04-12 15:28:52 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-04-12 15:28:52 -0700
commitb0398f59aae2c72161ea20339efaa950a788c375 (patch)
tree3e07d5323e0c6232ed29faa9dbf6be2912f83c6f /core/java
parentdd7bdb0af7b1d4d5d111325affef961573c8b043 (diff)
parent0c2acffec8689f8721a454845b24a830bc37ce92 (diff)
downloadframeworks_base-b0398f59aae2c72161ea20339efaa950a788c375.zip
frameworks_base-b0398f59aae2c72161ea20339efaa950a788c375.tar.gz
frameworks_base-b0398f59aae2c72161ea20339efaa950a788c375.tar.bz2
Merge "Clean up lock screen hide animation."
Diffstat (limited to 'core/java')
-rw-r--r--core/java/android/view/WindowManagerPolicy.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/view/WindowManagerPolicy.java b/core/java/android/view/WindowManagerPolicy.java
index 66bdc5d..27baaea 100644
--- a/core/java/android/view/WindowManagerPolicy.java
+++ b/core/java/android/view/WindowManagerPolicy.java
@@ -667,7 +667,7 @@ public interface WindowManagerPolicy {
/**
* Create and return an animation to re-display a force hidden window.
*/
- public Animation createForceHideEnterAnimation();
+ public Animation createForceHideEnterAnimation(boolean onWallpaper);
/**
* Called from the input reader thread before a key is enqueued.