Home
last modified time | relevance | path

Searched refs:notificationExpansionRepository (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationLaunchAnimatorController.kt39 private val notificationExpansionRepository: NotificationExpansionRepository,
50 notificationExpansionRepository,
66 private val notificationExpansionRepository: NotificationExpansionRepository,
149 notificationExpansionRepository.setIsExpandAnimationRunning(willAnimate)
185 notificationExpansionRepository.setIsExpandAnimationRunning(false)
205 notificationExpansionRepository.setIsExpandAnimationRunning(false)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DNotificationLaunchAnimatorControllerTest.kt47 private val notificationExpansionRepository = NotificationExpansionRepository() regex
63 notificationExpansionRepository,
84 notificationExpansionRepository.isExpandAnimationRunning
101 notificationExpansionRepository.isExpandAnimationRunning
118 notificationExpansionRepository.isExpandAnimationRunning
162 notificationExpansionRepository.isExpandAnimationRunning
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationShadeWindowViewControllerTest.kt124 private val notificationExpansionRepository = NotificationExpansionRepository() regex
186 notificationExpansionRepository,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationShadeWindowViewController.java171 NotificationExpansionRepository notificationExpansionRepository, in NotificationShadeWindowViewController()
221 notificationExpansionRepository.isExpandAnimationRunning(), in NotificationShadeWindowViewController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImpl.java730 NotificationExpansionRepository notificationExpansionRepository, in CentralSurfacesImpl()
838 mNotificationExpansionRepository = notificationExpansionRepository; in CentralSurfacesImpl()