Home
last modified time | relevance | path

Searched refs:surfaceBehindAlphaAnimator (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardUnlockAnimationController.kt271 var surfaceBehindAlphaAnimator = ValueAnimator.ofFloat(0f, 1f) regex
323 with(surfaceBehindAlphaAnimator) {
972 surfaceBehindAlphaAnimator.cancel()
1012 surfaceBehindAlphaAnimator.cancel()
1013 surfaceBehindAlphaAnimator.start()
1024 surfaceBehindAlphaAnimator.cancel()
1025 surfaceBehindAlphaAnimator.reverse()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DKeyguardUnlockAnimationControllerTest.kt242 assertTrue(keyguardUnlockAnimationController.surfaceBehindAlphaAnimator.isRunning)
266 assertFalse(keyguardUnlockAnimationController.surfaceBehindAlphaAnimator.isRunning)
287 assertFalse(keyguardUnlockAnimationController.surfaceBehindAlphaAnimator.isRunning)