Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationRoundnessManager.java37 public class NotificationRoundnessManager implements Dumpable { class
52 NotificationRoundnessManager(DumpManager dumpManager) { in NotificationRoundnessManager() method in NotificationRoundnessManager
H A DNotificationSwipeHelper.java71 private final NotificationRoundnessManager mNotificationRoundnessManager;
80 NotificationRoundnessManager notificationRoundnessManager) { in NotificationSwipeHelper()
550 private NotificationRoundnessManager mNotificationRoundnessManager;
556 NotificationRoundnessManager notificationRoundnessManager) { in Builder()
H A DNotificationSectionsManager.kt48 private val notificationRoundnessManager: NotificationRoundnessManager,
H A DNotificationStackScrollLayoutController.java159 private final NotificationRoundnessManager mNotificationRoundnessManager;
637 NotificationRoundnessManager notificationRoundnessManager, in NotificationStackScrollLayoutController()
1478 NotificationRoundnessManager getNotificationRoundnessManager() {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DPulseExpansionHandlerTest.kt31 import com.android.systemui.statusbar.notification.stack.NotificationRoundnessManager
56 private val roundnessManager: NotificationRoundnessManager = mock()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DHeadsUpAppearanceControllerTest.java47 import com.android.systemui.statusbar.notification.stack.NotificationRoundnessManager;
83 private NotificationRoundnessManager mNotificationRoundnessManager;
104 mNotificationRoundnessManager = mock(NotificationRoundnessManager.class); in setUp()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DHeadsUpAppearanceController.java42 import com.android.systemui.statusbar.notification.stack.NotificationRoundnessManager;
78 private final NotificationRoundnessManager mNotificationRoundnessManager;
121 NotificationRoundnessManager notificationRoundnessManager, in HeadsUpAppearanceController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DPulseExpansionHandler.kt45 import com.android.systemui.statusbar.notification.stack.NotificationRoundnessManager
67 private val roundnessManager: NotificationRoundnessManager,
H A DNotificationShelf.java54 import com.android.systemui.statusbar.notification.stack.NotificationRoundnessManager;
106 private NotificationRoundnessManager mRoundnessManager;
145 NotificationRoundnessManager roundnessManager) { in bind()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSectionsManagerTest.java62 @Mock private NotificationRoundnessManager mNotificationRoundnessManager;
H A DNotificationSwipeHelperTest.java80 private NotificationRoundnessManager mNotificationRoundnessManager;
99 mNotificationRoundnessManager = mock(NotificationRoundnessManager.class); in setUp()
H A DNotificationShelfTest.kt55 private lateinit var roundnessManager: NotificationRoundnessManager
H A DNotificationStackScrollLayoutControllerTest.java127 @Mock private NotificationRoundnessManager mNotificationRoundnessManager;
H A DNotificationStackScrollLayoutTest.java124 @Mock private NotificationRoundnessManager mNotificationRoundnessManager;
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerBaseTest.java144 import com.android.systemui.statusbar.notification.stack.NotificationRoundnessManager;
532 mock(NotificationRoundnessManager.class), in setup()