Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DKeyguardUnlockAnimationControllerTest.kt250 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>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardUnlockAnimationController.kt1131 fun isPlayingCannedUnlockAnimation(): Boolean { in <lambda>() method in com.android.systemui.keyguard.KeyguardUnlockAnimationController
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowViewController.java357 if (mKeyguardUnlockAnimationController.isPlayingCannedUnlockAnimation()) { in setupExpandedStatusBar()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScrimController.java722 if (!mKeyguardUnlockAnimationController.isPlayingCannedUnlockAnimation()) { in onTrackingStarted()
790 && mKeyguardUnlockAnimationController.isPlayingCannedUnlockAnimation() in calculateAndUpdatePanelExpansion()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationShadeWindowViewControllerTest.kt378 whenever(keyguardUnlockAnimationController.isPlayingCannedUnlockAnimation()) in handleDispatchTouchEvent_launchAnimationRunningTimesOut()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DScrimControllerTest.java2066 when(mKeyguardUnlockAnimationController.isPlayingCannedUnlockAnimation()).thenReturn(true); in testNotifScrimAlpha_1f_afterUnlockFinishedAndExpanded()