summaryrefslogtreecommitdiffstats
path: root/core/java/com
diff options
context:
space:
mode:
authorCraig Mautner <cmautner@google.com>2014-05-29 16:45:35 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-05-29 16:45:36 +0000
commit219d7a50fb7a269fe54dd9d70587c269d217336f (patch)
tree89515f6d9a52343ae6eb991d625d447c688c79c2 /core/java/com
parent575510c48f3cad55a4751db89dc44e330b0cc9df (diff)
parent0d674623facfbd3e9c520d2be4ed98977b92a1a2 (diff)
downloadframeworks_base-219d7a50fb7a269fe54dd9d70587c269d217336f.zip
frameworks_base-219d7a50fb7a269fe54dd9d70587c269d217336f.tar.gz
frameworks_base-219d7a50fb7a269fe54dd9d70587c269d217336f.tar.bz2
Merge "Add methods to coordinate unlock animation." into lmp-preview-dev
Diffstat (limited to 'core/java/com')
-rw-r--r--core/java/com/android/internal/policy/IKeyguardService.aidl6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/java/com/android/internal/policy/IKeyguardService.aidl b/core/java/com/android/internal/policy/IKeyguardService.aidl
index b78c70f..f22800c 100644
--- a/core/java/com/android/internal/policy/IKeyguardService.aidl
+++ b/core/java/com/android/internal/policy/IKeyguardService.aidl
@@ -56,4 +56,10 @@ interface IKeyguardService {
oneway void dispatch(in MotionEvent event);
oneway void launchCamera();
oneway void onBootCompleted();
+
+ /**
+ * Notifies that the activity behind has now been drawn and it's safe to remove the wallpaper
+ * and keyguard flag.
+ */
+ oneway void startKeyguardExitAnimation(long fadeoutDuration);
}