Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusIconContainer.java70 private boolean mShouldRestrictIcons = true; field in StatusIconContainer
101 mShouldRestrictIcons = should; in setShouldRestrictIcons()
105 return mShouldRestrictIcons; in isRestrictingIcons()
177 mNeedsUnderflow = mShouldRestrictIcons && visibleCount > MAX_ICONS; in onMeasure()
183 if (mShouldRestrictIcons) { in onMeasure()
371 || (mShouldRestrictIcons && (visible >= maxVisible))) { in calculateIconTranslations()