summaryrefslogtreecommitdiff
path: root/core/java/android/view/WindowManagerPolicyConstants.java
diff options
context:
space:
mode:
authorIssei Suzuki <issei@google.com>2019-06-13 15:04:08 +0200
committerIssei Suzuki <issei@google.com>2019-06-24 14:25:04 +0000
commit5609ccbf953e70bfc00a6c037db783c65295732e (patch)
treed20c6f38749fcba796d9ebb053b00a0de21a1f7b /core/java/android/view/WindowManagerPolicyConstants.java
parentf80234a9b00d00ccf8d0c734f3f81e351d7fd507 (diff)
Added subtle animation for unlocking screen.
Change-Id: Id691fec4f2e492682a53d6855090524f000ddc6c Bug: 134965724 Bug: 134952761 Test: N/A
Diffstat (limited to 'core/java/android/view/WindowManagerPolicyConstants.java')
-rw-r--r--core/java/android/view/WindowManagerPolicyConstants.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/java/android/view/WindowManagerPolicyConstants.java b/core/java/android/view/WindowManagerPolicyConstants.java
index 46a59f09eca7..a22f5a576ab6 100644
--- a/core/java/android/view/WindowManagerPolicyConstants.java
+++ b/core/java/android/view/WindowManagerPolicyConstants.java
@@ -38,10 +38,11 @@ public interface WindowManagerPolicyConstants {
int FLAG_INTERACTIVE = 0x20000000;
int FLAG_PASS_TO_USER = 0x40000000;
- // Flags for IActivityManager.keyguardGoingAway()
+ // Flags for IActivityTaskManager.keyguardGoingAway()
int KEYGUARD_GOING_AWAY_FLAG_TO_SHADE = 1 << 0;
int KEYGUARD_GOING_AWAY_FLAG_NO_WINDOW_ANIMATIONS = 1 << 1;
int KEYGUARD_GOING_AWAY_FLAG_WITH_WALLPAPER = 1 << 2;
+ int KEYGUARD_GOING_AWAY_FLAG_SUBTLE_WINDOW_ANIMATIONS = 1 << 3;
// Flags used for indicating whether the internal and/or external input devices
// of some type are available.