Home
last modified time | relevance | path

Searched refs:notificationLaunchAnimationRepository (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/domain/interactor/
DNotificationLaunchAnimationInteractorKosmos.kt20 …t com.android.systemui.statusbar.notification.data.repository.notificationLaunchAnimationRepository
25 repository = notificationLaunchAnimationRepository, in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/data/repository/
DNotificationLaunchAnimationRepositoryKosmos.kt21 val Kosmos.notificationLaunchAnimationRepository by constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationShadeWindowViewControllerTest.kt151 private val notificationLaunchAnimationRepository = NotificationLaunchAnimationRepository() constant
153 NotificationLaunchAnimationInteractor(notificationLaunchAnimationRepository)