Home
last modified time | relevance | path

Searched refs:notificationLaunchAnimationInteractor (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/domain/interactor/
DWindowManagerLockscreenVisibilityInteractorKosmos.kt22 …com.android.systemui.statusbar.notification.domain.interactor.notificationLaunchAnimationInteractor
33 notificationLaunchAnimationInteractor = notificationLaunchAnimationInteractor, in <lambda>()
DKeyguardSurfaceBehindInteractorKosmos.kt22 …com.android.systemui.statusbar.notification.domain.interactor.notificationLaunchAnimationInteractor
34 notificationLaunchInteractor = notificationLaunchAnimationInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationTransitionAnimatorController.kt36 private val notificationLaunchAnimationInteractor: NotificationLaunchAnimationInteractor, constant in com.android.systemui.statusbar.notification.NotificationLaunchAnimatorControllerProvider
47 notificationLaunchAnimationInteractor, in getAnimatorController()
63 private val notificationLaunchAnimationInteractor: NotificationLaunchAnimationInteractor, constant in com.android.systemui.statusbar.notification.NotificationTransitionAnimatorController
148 notificationLaunchAnimationInteractor.setIsLaunchAnimationRunning(willAnimate) in onIntentStarted()
185 notificationLaunchAnimationInteractor.setIsLaunchAnimationRunning(false) in onTransitionAnimationCancelled()
205 notificationLaunchAnimationInteractor.setIsLaunchAnimationRunning(false) in onTransitionAnimationEnd()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationTransitionAnimatorControllerTest.kt48 private val notificationLaunchAnimationInteractor = constant
67 notificationLaunchAnimationInteractor, in setUp()
89 notificationLaunchAnimationInteractor.isLaunchAnimationRunning in testHunIsRemovedAndCallbackIsInvokedIfWeDontAnimateLaunch()
107 notificationLaunchAnimationInteractor.isLaunchAnimationRunning in testHunIsRemovedAndCallbackIsInvokedWhenAnimationIsCancelled()
125 notificationLaunchAnimationInteractor.isLaunchAnimationRunning in testHunIsRemovedAndCallbackIsInvokedWhenAnimationEnds()
180 notificationLaunchAnimationInteractor.isLaunchAnimationRunning in testNotificationIsExpandingDuringAnimation()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardSurfaceBehindInteractorTest.kt32 …com.android.systemui.statusbar.notification.domain.interactor.notificationLaunchAnimationInteractor
204 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/keyguard/domain/interactor/
DWindowManagerLockscreenVisibilityInteractor.kt54 notificationLaunchAnimationInteractor: NotificationLaunchAnimationInteractor, in <lambda>()
159 notificationLaunchAnimationInteractor.isLaunchAnimationRunning, in <lambda>()
181 notificationLaunchAnimationInteractor.isLaunchAnimationRunning, in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/domain/interactor/
DNotificationLaunchAnimationInteractorKosmos.kt22 val Kosmos.notificationLaunchAnimationInteractor by constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
DNotificationsModule.java186 NotificationLaunchAnimationInteractor notificationLaunchAnimationInteractor, in provideNotificationTransitionAnimatorControllerProvider() argument
191 notificationLaunchAnimationInteractor, in provideNotificationTransitionAnimatorControllerProvider()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowViewController.java189 NotificationLaunchAnimationInteractor notificationLaunchAnimationInteractor, in NotificationShadeWindowViewController()
237 notificationLaunchAnimationInteractor.isLaunchAnimationRunning(), in NotificationShadeWindowViewController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationShadeWindowViewControllerTest.kt152 private val notificationLaunchAnimationInteractor = constant
226 notificationLaunchAnimationInteractor, in setUp()