Searched refs:mMaxIconsOnAod (Results 1 – 1 of 1) sorted by relevance
137 private int mMaxIconsOnAod; field in NotificationIconContainer183 mMaxIconsOnAod = getResources().getInteger(R.integer.max_notif_icons_on_aod); in initResources()612 return mOnLockScreen ? mMaxIconsOnAod : mIsStaticLayout ? mMaxStaticIcons : childCount; in getMaxVisibleIcons()