Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconContainer.java142 public static final int MAX_ICONS_ON_LOCKSCREEN = 3; field in NotificationIconContainer
427 mIconSize * MathUtils.min(numIcons, MAX_ICONS_ON_LOCKSCREEN + 1); in calculateWidthFor()