Loading packages/SystemUI/src/com/android/keyguard/KeyguardPINView.java +3 −0 Original line number Diff line number Diff line Loading @@ -297,10 +297,13 @@ public class KeyguardPINView extends KeyguardPinBasedInputView { DisappearAnimationUtils disappearAnimationUtils = needsSlowUnlockTransition ? mDisappearAnimationUtilsLocked : mDisappearAnimationUtils; android.util.Log.i("KeyguardPINView", "startDisappearAnimation: " + finishRunnable); disappearAnimationUtils.createAnimation( this, 0, 200, mDisappearYTranslation, false, mDisappearAnimationUtils.getInterpolator(), () -> { if (finishRunnable != null) { android.util.Log.i("KeyguardPINView", "startDisappearAnimation, invoking run()"); finishRunnable.run(); } }, Loading packages/SystemUI/src/com/android/systemui/bouncer/ui/binder/KeyguardBouncerViewBinder.kt +2 −0 Original line number Diff line number Diff line Loading @@ -170,6 +170,8 @@ object KeyguardBouncerViewBinder { launch { viewModel.startDisappearAnimation.collect { android.util.Log.i("KeyguardBouncerViewBinder", "viewModel.startDisappearAnimation: $it") securityContainerController.startDisappearAnimation(it) } } Loading Loading
packages/SystemUI/src/com/android/keyguard/KeyguardPINView.java +3 −0 Original line number Diff line number Diff line Loading @@ -297,10 +297,13 @@ public class KeyguardPINView extends KeyguardPinBasedInputView { DisappearAnimationUtils disappearAnimationUtils = needsSlowUnlockTransition ? mDisappearAnimationUtilsLocked : mDisappearAnimationUtils; android.util.Log.i("KeyguardPINView", "startDisappearAnimation: " + finishRunnable); disappearAnimationUtils.createAnimation( this, 0, 200, mDisappearYTranslation, false, mDisappearAnimationUtils.getInterpolator(), () -> { if (finishRunnable != null) { android.util.Log.i("KeyguardPINView", "startDisappearAnimation, invoking run()"); finishRunnable.run(); } }, Loading
packages/SystemUI/src/com/android/systemui/bouncer/ui/binder/KeyguardBouncerViewBinder.kt +2 −0 Original line number Diff line number Diff line Loading @@ -170,6 +170,8 @@ object KeyguardBouncerViewBinder { launch { viewModel.startDisappearAnimation.collect { android.util.Log.i("KeyguardBouncerViewBinder", "viewModel.startDisappearAnimation: $it") securityContainerController.startDisappearAnimation(it) } } Loading