Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconContainer.java141 private int mMaxStaticIcons; field in NotificationIconContainer
185 mMaxStaticIcons = getResources().getInteger(R.integer.max_notif_static_icons); in initResources()
612 return mOnLockScreen ? mMaxIconsOnAod : mIsStaticLayout ? mMaxStaticIcons : childCount; in getMaxVisibleIcons()