Searched refs:isPlayingCannedUnlockAnimation (Results 1 – 6 of 6) sorted by relevance
250 assertFalse(keyguardUnlockAnimationController.isPlayingCannedUnlockAnimation()) in <lambda>()272 assertTrue(keyguardUnlockAnimationController.isPlayingCannedUnlockAnimation()) in <lambda>()293 assertTrue(keyguardUnlockAnimationController.isPlayingCannedUnlockAnimation()) in <lambda>()309 assertFalse(keyguardUnlockAnimationController.isPlayingCannedUnlockAnimation()) in <lambda>()324 assertTrue(keyguardUnlockAnimationController.isPlayingCannedUnlockAnimation()) in <lambda>()
1131 fun isPlayingCannedUnlockAnimation(): Boolean { in <lambda>() method in com.android.systemui.keyguard.KeyguardUnlockAnimationController
357 if (mKeyguardUnlockAnimationController.isPlayingCannedUnlockAnimation()) { in setupExpandedStatusBar()
722 if (!mKeyguardUnlockAnimationController.isPlayingCannedUnlockAnimation()) { in onTrackingStarted()790 && mKeyguardUnlockAnimationController.isPlayingCannedUnlockAnimation() in calculateAndUpdatePanelExpansion()
378 whenever(keyguardUnlockAnimationController.isPlayingCannedUnlockAnimation()) in handleDispatchTouchEvent_launchAnimationRunningTimesOut()
2066 when(mKeyguardUnlockAnimationController.isPlayingCannedUnlockAnimation()).thenReturn(true); in testNotifScrimAlpha_1f_afterUnlockFinishedAndExpanded()