diff options
author | Selim Cinek <cinek@google.com> | 2014-11-11 13:41:02 +0100 |
---|---|---|
committer | Selim Cinek <cinek@google.com> | 2014-11-12 14:48:48 +0100 |
commit | f9c0e8f02f3483d6aa9e762c97a2c02ea50eeb02 (patch) | |
tree | b5f79c6f5af6883f43ca8e5ce4ef6c55e3e1a9be /packages/SystemUI | |
parent | 72e32fd55538715f72299a08e14834257847d8dc (diff) | |
download | frameworks_base-f9c0e8f02f3483d6aa9e762c97a2c02ea50eeb02.zip frameworks_base-f9c0e8f02f3483d6aa9e762c97a2c02ea50eeb02.tar.gz frameworks_base-f9c0e8f02f3483d6aa9e762c97a2c02ea50eeb02.tar.bz2 |
Added dissapear animation to pattern and pin input
Bug: 18232017
Change-Id: I062d55b0870ccaad6093b672f5076c3f80c10f94
Diffstat (limited to 'packages/SystemUI')
-rw-r--r-- | packages/SystemUI/src/com/android/systemui/statusbar/policy/KeyguardUserSwitcher.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/policy/KeyguardUserSwitcher.java b/packages/SystemUI/src/com/android/systemui/statusbar/policy/KeyguardUserSwitcher.java index 297ff70..c71bccd 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/policy/KeyguardUserSwitcher.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/policy/KeyguardUserSwitcher.java @@ -145,7 +145,7 @@ public class KeyguardUserSwitcher { } mUserSwitcher.setClipChildren(false); mUserSwitcher.setClipToPadding(false); - mAppearAnimationUtils.startAppearAnimation(objects, new Runnable() { + mAppearAnimationUtils.startAnimation(objects, new Runnable() { @Override public void run() { mUserSwitcher.setClipChildren(true); |