Loading packages/SystemUI/tests/src/com/android/systemui/keyguard/KeyguardUnlockAnimationControllerTest.kt +2 −2 Original line number Diff line number Diff line Loading @@ -113,8 +113,8 @@ class KeyguardUnlockAnimationControllerTest : SysuiTestCase() { @After fun tearDown() { keyguardUnlockAnimationController.surfaceBehindEntryAnimator.cancel() keyguardUnlockAnimationController.surfaceBehindAlphaAnimator.cancel() keyguardUnlockAnimationController.notifyFinishedKeyguardExitAnimation(true) keyguardUnlockAnimationController.wallpaperAlphaAnimator.cancel() } /** Loading Loading
packages/SystemUI/tests/src/com/android/systemui/keyguard/KeyguardUnlockAnimationControllerTest.kt +2 −2 Original line number Diff line number Diff line Loading @@ -113,8 +113,8 @@ class KeyguardUnlockAnimationControllerTest : SysuiTestCase() { @After fun tearDown() { keyguardUnlockAnimationController.surfaceBehindEntryAnimator.cancel() keyguardUnlockAnimationController.surfaceBehindAlphaAnimator.cancel() keyguardUnlockAnimationController.notifyFinishedKeyguardExitAnimation(true) keyguardUnlockAnimationController.wallpaperAlphaAnimator.cancel() } /** Loading