Loading packages/SystemUI/src/com/android/keyguard/KeyguardPINView.java +2 −1 Original line number Diff line number Diff line Loading @@ -177,6 +177,8 @@ public class KeyguardPINView extends KeyguardPinBasedInputView { @Override public void startAppearAnimation() { setAlpha(1f); setTranslationY(0); if (mAppearAnimator.isRunning()) { mAppearAnimator.cancel(); } Loading Loading @@ -213,7 +215,6 @@ public class KeyguardPINView extends KeyguardPinBasedInputView { /** Animate subviews according to expansion or time. */ private void animate(float progress) { setAlpha(progress); Interpolator standardDecelerate = Interpolators.STANDARD_DECELERATE; Interpolator legacyDecelerate = Interpolators.LEGACY_DECELERATE; Loading packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/PrimaryBouncerInteractor.kt +1 −1 Original line number Diff line number Diff line Loading @@ -77,6 +77,7 @@ constructor( /** Runnable to show the primary bouncer. */ val showRunnable = Runnable { repository.setPrimaryVisible(true) repository.setPrimaryShow( KeyguardBouncerModel( promptReason = repository.bouncerPromptReason ?: 0, Loading @@ -85,7 +86,6 @@ constructor( ) ) repository.setPrimaryShowingSoon(false) repository.setPrimaryVisible(true) primaryBouncerCallbackInteractor.dispatchVisibilityChanged(View.VISIBLE) } Loading Loading
packages/SystemUI/src/com/android/keyguard/KeyguardPINView.java +2 −1 Original line number Diff line number Diff line Loading @@ -177,6 +177,8 @@ public class KeyguardPINView extends KeyguardPinBasedInputView { @Override public void startAppearAnimation() { setAlpha(1f); setTranslationY(0); if (mAppearAnimator.isRunning()) { mAppearAnimator.cancel(); } Loading Loading @@ -213,7 +215,6 @@ public class KeyguardPINView extends KeyguardPinBasedInputView { /** Animate subviews according to expansion or time. */ private void animate(float progress) { setAlpha(progress); Interpolator standardDecelerate = Interpolators.STANDARD_DECELERATE; Interpolator legacyDecelerate = Interpolators.LEGACY_DECELERATE; Loading
packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/PrimaryBouncerInteractor.kt +1 −1 Original line number Diff line number Diff line Loading @@ -77,6 +77,7 @@ constructor( /** Runnable to show the primary bouncer. */ val showRunnable = Runnable { repository.setPrimaryVisible(true) repository.setPrimaryShow( KeyguardBouncerModel( promptReason = repository.bouncerPromptReason ?: 0, Loading @@ -85,7 +86,6 @@ constructor( ) ) repository.setPrimaryShowingSoon(false) repository.setPrimaryVisible(true) primaryBouncerCallbackInteractor.dispatchVisibilityChanged(View.VISIBLE) } Loading