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

automerge: efa38cd

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

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,