Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconContainer.java131 private static final int MAX_VISIBLE_ICONS_ON_LOCK = 5; field in NotificationIconContainer
381 int maxVisibleIcons = mOnLockScreen ? MAX_VISIBLE_ICONS_ON_LOCK : in calculateIconTranslations()