Home
last modified time | relevance | path

Searched refs:NotificationRoundnessManager (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationRoundnessManager.java39 public class NotificationRoundnessManager { class
59 NotificationRoundnessManager( in NotificationRoundnessManager() method in NotificationRoundnessManager
H A DNotificationStackScrollLayoutController.java149 private final NotificationRoundnessManager mNotificationRoundnessManager;
622 NotificationRoundnessManager notificationRoundnessManager, in NotificationStackScrollLayoutController()
1378 NotificationRoundnessManager getNoticationRoundessManager() {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DPulseExpansionHandler.kt44 import com.android.systemui.statusbar.notification.stack.NotificationRoundnessManager
64 private val roundnessManager: NotificationRoundnessManager,
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationRoundnessManagerTest.java58 private NotificationRoundnessManager mRoundnessManager;
75 mRoundnessManager = new NotificationRoundnessManager( in setUp()
H A DNotificationStackScrollLayoutControllerTest.java101 @Mock private NotificationRoundnessManager mNotificationRoundnessManager;
H A DNotificationStackScrollLayoutTest.java100 @Mock private NotificationRoundnessManager mNotificationRoundnessManager;
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewControllerTest.java122 import com.android.systemui.statusbar.notification.stack.NotificationRoundnessManager;
383 mock(NotificationRoundnessManager.class), in setup()