Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManager.java37 public class NotificationRoundnessManager implements Dumpable { class
52 NotificationRoundnessManager(DumpManager dumpManager) { in NotificationRoundnessManager() method in NotificationRoundnessManager
DNotificationSwipeHelper.java71 private final NotificationRoundnessManager mNotificationRoundnessManager;
80 NotificationRoundnessManager notificationRoundnessManager) { in NotificationSwipeHelper()
550 private NotificationRoundnessManager mNotificationRoundnessManager;
556 NotificationRoundnessManager notificationRoundnessManager) { in Builder()
DNotificationSectionsManager.kt50 private val notificationRoundnessManager: NotificationRoundnessManager, in <lambda>()
DNotificationStackScrollLayoutController.java172 private final NotificationRoundnessManager mNotificationRoundnessManager;
710 NotificationRoundnessManager notificationRoundnessManager, in NotificationStackScrollLayoutController()
1619 NotificationRoundnessManager getNotificationRoundnessManager() {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceControllerTest.java51 import com.android.systemui.statusbar.notification.stack.NotificationRoundnessManager;
88 private NotificationRoundnessManager mNotificationRoundnessManager;
110 mNotificationRoundnessManager = mock(NotificationRoundnessManager.class); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceController.java46 import com.android.systemui.statusbar.notification.stack.NotificationRoundnessManager;
83 private final NotificationRoundnessManager mNotificationRoundnessManager;
128 NotificationRoundnessManager notificationRoundnessManager, in HeadsUpAppearanceController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationSectionsManagerTest.java62 @Mock private NotificationRoundnessManager mNotificationRoundnessManager;
DNotificationSwipeHelperTest.java80 private NotificationRoundnessManager mNotificationRoundnessManager;
99 mNotificationRoundnessManager = mock(NotificationRoundnessManager.class); in setUp()
DNotificationShelfTest.kt48 @Mock private lateinit var roundnessManager: NotificationRoundnessManager
DNotificationStackScrollLayoutControllerTest.java138 @Mock private NotificationRoundnessManager mNotificationRoundnessManager;
DNotificationStackScrollLayoutTest.java133 @Mock private NotificationRoundnessManager mNotificationRoundnessManager;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java54 import com.android.systemui.statusbar.notification.stack.NotificationRoundnessManager;
99 private NotificationRoundnessManager mRoundnessManager;
128 NotificationRoundnessManager roundnessManager) { in bind()