Home
last modified time | relevance | path

Searched defs:notificationLaunchAnimationInteractor (Results 1 – 6 of 6) sorted by relevance

/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/tests/src/com/android/systemui/statusbar/notification/
DNotificationTransitionAnimatorControllerTest.kt48 private val notificationLaunchAnimationInteractor = constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationTransitionAnimatorController.kt36 private val notificationLaunchAnimationInteractor: NotificationLaunchAnimationInteractor, constant in com.android.systemui.statusbar.notification.NotificationLaunchAnimatorControllerProvider
63 private val notificationLaunchAnimationInteractor: NotificationLaunchAnimationInteractor, constant in com.android.systemui.statusbar.notification.NotificationTransitionAnimatorController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
DNotificationsModule.java186 NotificationLaunchAnimationInteractor notificationLaunchAnimationInteractor, in provideNotificationTransitionAnimatorControllerProvider()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationShadeWindowViewControllerTest.kt152 private val notificationLaunchAnimationInteractor = constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowViewController.java160 public NotificationShadeWindowViewController( in NotificationShadeWindowViewController()