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/
DNotificationRoundnessManager.java37 class NotificationRoundnessManager implements OnHeadsUpChangedListener, class
52 NotificationRoundnessManager(AmbientPulseManager ambientPulseManager) { in NotificationRoundnessManager() method in NotificationRoundnessManager
DNotificationStackScrollLayout.java341 private final NotificationRoundnessManager mRoundnessManager;
515 NotificationRoundnessManager notificationRoundnessManager, in NotificationStackScrollLayout()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManagerTest.java53 private NotificationRoundnessManager mRoundnessManager;
64 mRoundnessManager = new NotificationRoundnessManager(mAmbientPulseManager); in setUp()
DNotificationStackScrollLayoutTest.java121 @Mock private NotificationRoundnessManager mNotificationRoundnessManager;