Home
last modified time | relevance | path

Searched refs:notificationRoundnessManager (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSectionsManager.kt48 private val notificationRoundnessManager: NotificationRoundnessManager,
201 val notAnimatedChild = !notificationRoundnessManager.isAnimatedChild(firstChild)
209 val notAnimatedChild = !notificationRoundnessManager.isAnimatedChild(lastChild)
H A DNotificationSwipeHelper.java80 NotificationRoundnessManager notificationRoundnessManager) { in NotificationSwipeHelper() argument
82 mNotificationRoundnessManager = notificationRoundnessManager; in NotificationSwipeHelper()
556 NotificationRoundnessManager notificationRoundnessManager) { in Builder() argument
562 mNotificationRoundnessManager = notificationRoundnessManager; in Builder()
H A DNotificationStackScrollLayoutController.java637 NotificationRoundnessManager notificationRoundnessManager, in NotificationStackScrollLayoutController() argument
688 mNotificationRoundnessManager = notificationRoundnessManager; in NotificationStackScrollLayoutController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DHeadsUpAppearanceController.java121 NotificationRoundnessManager notificationRoundnessManager, in HeadsUpAppearanceController() argument
127 mNotificationRoundnessManager = notificationRoundnessManager; in HeadsUpAppearanceController()