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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user