Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusIconContainer.java55 private static final int MAX_ICONS = 7; field in StatusIconContainer
159 int maxVisible = visibleCount <= MAX_ICONS ? MAX_ICONS : MAX_ICONS - 1; in onMeasure()
165 mNeedsUnderflow = mShouldRestrictIcons && visibleCount > MAX_ICONS; in onMeasure()
296 int maxVisible = totalVisible <= MAX_ICONS ? MAX_ICONS : MAX_ICONS - 1; in calculateIconTranslations()