Merge "Fixed a bug where the pattern may become invisible" into lmp-mr1-dev

This commit is contained in:
Selim Cinek
2014-12-11 14:09:42 +00:00
committed by Android (Google) Code Review

View File

@@ -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,