Home
last modified time | relevance | path

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

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