Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSectionsManager.kt50 private val notificationRoundnessManager: NotificationRoundnessManager, in <lambda>() constant in com.android.systemui.statusbar.notification.stack.NotificationSectionsManager
206 val notAnimatedChild = !notificationRoundnessManager.isAnimatedChild(firstChild) in <lambda>()
214 val notAnimatedChild = !notificationRoundnessManager.isAnimatedChild(lastChild) in <lambda>()
DNotificationSwipeHelper.java80 NotificationRoundnessManager notificationRoundnessManager) { in NotificationSwipeHelper() argument
82 mNotificationRoundnessManager = notificationRoundnessManager; in NotificationSwipeHelper()
556 NotificationRoundnessManager notificationRoundnessManager) { in Builder() argument
562 mNotificationRoundnessManager = notificationRoundnessManager; in Builder()
DNotificationStackScrollLayoutController.java710 NotificationRoundnessManager notificationRoundnessManager, in NotificationStackScrollLayoutController() argument
762 mNotificationRoundnessManager = notificationRoundnessManager; in NotificationStackScrollLayoutController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceController.java128 NotificationRoundnessManager notificationRoundnessManager, in HeadsUpAppearanceController() argument
136 mNotificationRoundnessManager = notificationRoundnessManager; in HeadsUpAppearanceController()