Loading packages/Keyguard/src/com/android/keyguard/KeyguardPatternView.java +2 −1 Original line number Diff line number Diff line Loading @@ -475,7 +475,8 @@ public class KeyguardPatternView extends LinearLayout implements KeyguardSecurit interpolator, null); // And the forgot pattern button if (mForgotPatternButton.getVisibility() == View.VISIBLE) { if (mForgotPatternButton != null && mForgotPatternButton.getVisibility() == View.VISIBLE) { mAppearAnimationUtils.createAnimation(mForgotPatternButton, delay, duration, startTranslationY, interpolator, null); } Loading Loading
packages/Keyguard/src/com/android/keyguard/KeyguardPatternView.java +2 −1 Original line number Diff line number Diff line Loading @@ -475,7 +475,8 @@ public class KeyguardPatternView extends LinearLayout implements KeyguardSecurit interpolator, null); // And the forgot pattern button if (mForgotPatternButton.getVisibility() == View.VISIBLE) { if (mForgotPatternButton != null && mForgotPatternButton.getVisibility() == View.VISIBLE) { mAppearAnimationUtils.createAnimation(mForgotPatternButton, delay, duration, startTranslationY, interpolator, null); } Loading