Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java122 mShelfIcons = findViewById(R.id.content); in onFinishInflate()
123 mShelfIcons.setClipChildren(false); in onFinishInflate()
124 mShelfIcons.setClipToPadding(false); in onFinishInflate()
129 mShelfIcons.setIsStaticLayout(false); in onFinishInflate()
186 return mShelfIcons; in getContentView()
190 return mShelfIcons; in getShelfIcons()
302 if (mShelfIcons != null) { in updateActualWidth()
380 mShelfIcons.resetViewStates(); in updateAppearance()
492 mShelfIcons.applyIconStates(); in updateAppearance()
915 if (mShelfIcons == null) { in getIconState()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLegacyNotificationIconAreaControllerImpl.java105 private NotificationIconContainer mShelfIcons; field in LegacyNotificationIconAreaControllerImpl
203 mShelfIcons = notificationShelfController.getShelfIcons(); in setupShelf()
208 mShelfIcons = icons; in setShelfIcons()
223 if (mShelfIcons != null) { in updateIconLayoutParams()
224 for (int i = 0; i < mShelfIcons.getChildCount(); i++) { in updateIconLayoutParams()
225 View child = mShelfIcons.getChildAt(i); in updateIconLayoutParams()
329 if (mShelfIcons == null) { in updateShelfIcons()
332 updateIconsForLayout(entry -> entry.getIcons().getShelfIcon(), mShelfIcons, in updateShelfIcons()