Home
last modified time | relevance | path

Searched refs:isPlayingCannedUnlockAnimation (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DKeyguardUnlockAnimationControllerTest.kt243 assertFalse(keyguardUnlockAnimationController.isPlayingCannedUnlockAnimation())
265 assertTrue(keyguardUnlockAnimationController.isPlayingCannedUnlockAnimation())
286 assertTrue(keyguardUnlockAnimationController.isPlayingCannedUnlockAnimation())
302 assertFalse(keyguardUnlockAnimationController.isPlayingCannedUnlockAnimation())
317 assertTrue(keyguardUnlockAnimationController.isPlayingCannedUnlockAnimation())
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationShadeWindowViewControllerTest.kt341 whenever(keyguardUnlockAnimationController.isPlayingCannedUnlockAnimation()).thenReturn(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardUnlockAnimationController.kt1115 fun isPlayingCannedUnlockAnimation(): Boolean { regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationShadeWindowViewController.java299 if (mKeyguardUnlockAnimationController.isPlayingCannedUnlockAnimation()) { in setupExpandedStatusBar()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DScrimController.java624 if (!mKeyguardUnlockAnimationController.isPlayingCannedUnlockAnimation()) { in onTrackingStarted()
692 && mKeyguardUnlockAnimationController.isPlayingCannedUnlockAnimation()) { in calculateAndUpdatePanelExpansion()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DScrimControllerTest.java1808 when(mKeyguardUnlockAnimationController.isPlayingCannedUnlockAnimation()).thenReturn(true); in testNotifScrimAlpha_1f_afterUnlockFinishedAndExpanded()