Home
last modified time | relevance | path

Searched refs:setIsLaunchAnimationRunning (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/domain/interactor/
DNotificationLaunchAnimationInteractorTest.kt43 underTest.setIsLaunchAnimationRunning(true) in <lambda>()
51 underTest.setIsLaunchAnimationRunning(true) in <lambda>()
54 underTest.setIsLaunchAnimationRunning(false) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardSurfaceBehindInteractorTest.kt204 kosmos.notificationLaunchAnimationInteractor.setIsLaunchAnimationRunning(true) in testSurfaceBehindModel_fromNotificationLaunch()
250 kosmos.notificationLaunchAnimationInteractor.setIsLaunchAnimationRunning(true) in notificationLaunchFromLockscreen_isAnimatingSurfaceTrue()
273 kosmos.notificationLaunchAnimationInteractor.setIsLaunchAnimationRunning(true) in notificationLaunchFromGone_isAnimatingSurfaceFalse()
296 kosmos.notificationLaunchAnimationInteractor.setIsLaunchAnimationRunning(false) in notificationLaunchFalse_isAnimatingSurfaceFalse()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationTransitionAnimatorController.kt148 notificationLaunchAnimationInteractor.setIsLaunchAnimationRunning(willAnimate) in onIntentStarted()
185 notificationLaunchAnimationInteractor.setIsLaunchAnimationRunning(false) in onTransitionAnimationCancelled()
205 notificationLaunchAnimationInteractor.setIsLaunchAnimationRunning(false) in onTransitionAnimationEnd()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/domain/interactor/
DNotificationLaunchAnimationInteractor.kt42 fun setIsLaunchAnimationRunning(running: Boolean) { in setIsLaunchAnimationRunning() method in com.android.systemui.statusbar.notification.domain.interactor.NotificationLaunchAnimationInteractor