Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java64 private NotificationIconContainer mShelfIcons; field in NotificationShelf
93 mShelfIcons = findViewById(R.id.content); in onFinishInflate()
94 mShelfIcons.setClipChildren(false); in onFinishInflate()
95 mShelfIcons.setClipToPadding(false); in onFinishInflate()
100 mShelfIcons.setIsStaticLayout(false); in onFinishInflate()
146 return mShelfIcons; in getContentView()
150 return mShelfIcons; in getShelfIcons()
222 mShelfIcons.resetViewStates(); in updateAppearance()
338 mShelfIcons.applyIconStates(); in updateAppearance()
673 && mShelfIcons.hasMaxNumDot())
[all …]
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconAreaController.java86 private NotificationIconContainer mShelfIcons; field in NotificationIconAreaController
196 mShelfIcons = notificationShelfController.getShelfIcons(); in setupShelf()
215 if (mShelfIcons != null) { in updateIconLayoutParams()
216 for (int i = 0; i < mShelfIcons.getChildCount(); i++) { in updateIconLayoutParams()
217 View child = mShelfIcons.getChildAt(i); in updateIconLayoutParams()
352 updateIconsForLayout(entry -> entry.getIcons().getShelfIcon(), mShelfIcons, in updateShelfIcons()