Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationFooterLayout.java52 private static final int MAX_FOOTER_NOTIFICATIONS = 5; field in NotificationFooterLayout
103 - iconSize * MAX_FOOTER_NOTIFICATIONS; in setWidth()
104 mIconLayoutParams.setMarginStart(availableIconRowSpace / MAX_FOOTER_NOTIFICATIONS); in setWidth()
123 if (mNotifications.size() < MAX_FOOTER_NOTIFICATIONS) { in addNotificationInfo()