Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconContainer.java139 private int mMaxStaticIcons; field in NotificationIconContainer
179 mMaxStaticIcons = getResources().getInteger(R.integer.max_notif_static_icons); in initResources()
547 mIsStaticLayout ? mMaxStaticIcons : childCount; in getMaxVisibleIcons()