Searched refs:isPlayingCannedUnlockAnimation (Results 1 – 6 of 6) sorted by relevance
243 assertFalse(keyguardUnlockAnimationController.isPlayingCannedUnlockAnimation())265 assertTrue(keyguardUnlockAnimationController.isPlayingCannedUnlockAnimation())286 assertTrue(keyguardUnlockAnimationController.isPlayingCannedUnlockAnimation())302 assertFalse(keyguardUnlockAnimationController.isPlayingCannedUnlockAnimation())317 assertTrue(keyguardUnlockAnimationController.isPlayingCannedUnlockAnimation())
341 whenever(keyguardUnlockAnimationController.isPlayingCannedUnlockAnimation()).thenReturn(
1115 fun isPlayingCannedUnlockAnimation(): Boolean { regex
299 if (mKeyguardUnlockAnimationController.isPlayingCannedUnlockAnimation()) { in setupExpandedStatusBar()
624 if (!mKeyguardUnlockAnimationController.isPlayingCannedUnlockAnimation()) { in onTrackingStarted()692 && mKeyguardUnlockAnimationController.isPlayingCannedUnlockAnimation()) { in calculateAndUpdatePanelExpansion()
1808 when(mKeyguardUnlockAnimationController.isPlayingCannedUnlockAnimation()).thenReturn(true); in testNotifScrimAlpha_1f_afterUnlockFinishedAndExpanded()