Home
last modified time | relevance | path

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

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