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

automerge: f8dc9d7

* commit 'f8dc9d7b3d496593c6c6dddcd42cae13ac508876':
  Fixed a bug where the pattern may become invisible
This commit is contained in:
Selim Cinek
2014-12-11 15:12:37 +00:00
committed by android-build-merger

View File

@@ -370,6 +370,7 @@ public class KeyguardPatternView extends LinearLayout implements KeyguardSecurit
final Runnable finishListener) { final Runnable finishListener) {
if (appearing) { if (appearing) {
animatedCell.scale = 0.0f; animatedCell.scale = 0.0f;
animatedCell.alpha = 1.0f;
} }
animatedCell.translateY = appearing ? translationY : 0; animatedCell.translateY = appearing ? translationY : 0;
ValueAnimator animator = ValueAnimator.ofFloat(animatedCell.translateY, ValueAnimator animator = ValueAnimator.ofFloat(animatedCell.translateY,