Home
last modified time | relevance | path

Searched refs:NotificationLaunchAnimationInteractor (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationTransitionAnimatorController.kt24 …com.android.systemui.statusbar.notification.domain.interactor.NotificationLaunchAnimationInteractor
36 private val notificationLaunchAnimationInteractor: NotificationLaunchAnimationInteractor,
63 private val notificationLaunchAnimationInteractor: NotificationLaunchAnimationInteractor,
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardSurfaceBehindInteractor.kt25 …com.android.systemui.statusbar.notification.domain.interactor.NotificationLaunchAnimationInteractor in <lambda>()
51 notificationLaunchInteractor: NotificationLaunchAnimationInteractor, in <lambda>()
DWindowManagerLockscreenVisibilityInteractor.kt31 …com.android.systemui.statusbar.notification.domain.interactor.NotificationLaunchAnimationInteractor in <lambda>()
54 notificationLaunchAnimationInteractor: NotificationLaunchAnimationInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/domain/interactor/
DNotificationLaunchAnimationInteractorKosmos.kt24 NotificationLaunchAnimationInteractor( in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/domain/interactor/
DNotificationLaunchAnimationInteractor.kt28 class NotificationLaunchAnimationInteractor class
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/domain/interactor/
DNotificationLaunchAnimationInteractorTest.kt30 private val underTest = NotificationLaunchAnimationInteractor(repository)
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationTransitionAnimatorControllerTest.kt16 …com.android.systemui.statusbar.notification.domain.interactor.NotificationLaunchAnimationInteractor
49 NotificationLaunchAnimationInteractor(NotificationLaunchAnimationRepository())
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationShadeWindowViewTest.kt52 …com.android.systemui.statusbar.notification.domain.interactor.NotificationLaunchAnimationInteractor
196 NotificationLaunchAnimationInteractor(NotificationLaunchAnimationRepository()), in setUp()
DNotificationShadeWindowViewControllerTest.kt64 …com.android.systemui.statusbar.notification.domain.interactor.NotificationLaunchAnimationInteractor
153 NotificationLaunchAnimationInteractor(notificationLaunchAnimationRepository)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
DNotificationsModule.java61 …om.android.systemui.statusbar.notification.domain.interactor.NotificationLaunchAnimationInteractor;
186 NotificationLaunchAnimationInteractor notificationLaunchAnimationInteractor, in provideNotificationTransitionAnimatorControllerProvider()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowViewController.java66 …om.android.systemui.statusbar.notification.domain.interactor.NotificationLaunchAnimationInteractor;
189 NotificationLaunchAnimationInteractor notificationLaunchAnimationInteractor, in NotificationShadeWindowViewController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarterTest.java94 …om.android.systemui.statusbar.notification.domain.interactor.NotificationLaunchAnimationInteractor;
229 new NotificationLaunchAnimationInteractor( in setUp()