summaryrefslogtreecommitdiffstats
path: root/packages/Keyguard/src/com/android
diff options
context:
space:
mode:
authorSelim Cinek <cinek@google.com>2014-12-11 14:09:42 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-12-11 14:09:44 +0000
commitf8dc9d7b3d496593c6c6dddcd42cae13ac508876 (patch)
treeba10d814a9a8884624a1b60dfde74454f7a4f03d /packages/Keyguard/src/com/android
parent372eb38c17b8bcd304985d7a36168c175f625016 (diff)
parent525fb7eecf559b2e4609f92662ad5821f8f2b028 (diff)
downloadframeworks_base-f8dc9d7b3d496593c6c6dddcd42cae13ac508876.zip
frameworks_base-f8dc9d7b3d496593c6c6dddcd42cae13ac508876.tar.gz
frameworks_base-f8dc9d7b3d496593c6c6dddcd42cae13ac508876.tar.bz2
Merge "Fixed a bug where the pattern may become invisible" into lmp-mr1-dev
Diffstat (limited to 'packages/Keyguard/src/com/android')
-rw-r--r--packages/Keyguard/src/com/android/keyguard/KeyguardPatternView.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/Keyguard/src/com/android/keyguard/KeyguardPatternView.java b/packages/Keyguard/src/com/android/keyguard/KeyguardPatternView.java
index 3212eec..0dfe1dc 100644
--- a/packages/Keyguard/src/com/android/keyguard/KeyguardPatternView.java
+++ b/packages/Keyguard/src/com/android/keyguard/KeyguardPatternView.java
@@ -370,6 +370,7 @@ public class KeyguardPatternView extends LinearLayout implements KeyguardSecurit
final Runnable finishListener) {
if (appearing) {
animatedCell.scale = 0.0f;
+ animatedCell.alpha = 1.0f;
}
animatedCell.translateY = appearing ? translationY : 0;
ValueAnimator animator = ValueAnimator.ofFloat(animatedCell.translateY,