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/multivalentTests/src/com/android/systemui/statusbar/notification/
DNotificationTransitionAnimatorControllerTest.kt49 private val notificationLaunchAnimationInteractor = constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationTransitionAnimatorController.kt38 private val notificationLaunchAnimationInteractor: NotificationLaunchAnimationInteractor, constant in com.android.systemui.statusbar.notification.NotificationLaunchAnimatorControllerProvider
65 private val notificationLaunchAnimationInteractor: NotificationLaunchAnimationInteractor, constant in com.android.systemui.statusbar.notification.NotificationTransitionAnimatorController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
DNotificationsModule.java196 NotificationLaunchAnimationInteractor notificationLaunchAnimationInteractor, in provideNotificationTransitionAnimatorControllerProvider()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationShadeWindowViewControllerTest.kt166 private val notificationLaunchAnimationInteractor = constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowViewController.java169 public NotificationShadeWindowViewController( in NotificationShadeWindowViewController()