Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java79 private NotificationIconContainer mShelfIcons; field in NotificationShelf
115 mShelfIcons = findViewById(R.id.content); in onFinishInflate()
116 mShelfIcons.setClipChildren(false); in onFinishInflate()
117 mShelfIcons.setClipToPadding(false); in onFinishInflate()
122 mShelfIcons.setIsStaticLayout(false); in onFinishInflate()
148 mShelfIcons.setPadding(padding, 0, padding, 0); in updateResources()
156 mShelfIcons.setOverrideIconColor(true); in updateResources()
158 mShelfIcons.setInNotificationIconShelf(true); in updateResources()
173 return mShelfIcons; in getContentView()
177 return mShelfIcons; in getShelfIcons()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLegacyNotificationIconAreaControllerImpl.java105 private NotificationIconContainer mShelfIcons; field in LegacyNotificationIconAreaControllerImpl
197 mShelfIcons = icons; in setShelfIcons()
211 if (mShelfIcons != null) { in updateIconLayoutParams()
212 for (int i = 0; i < mShelfIcons.getChildCount(); i++) { in updateIconLayoutParams()
213 View child = mShelfIcons.getChildAt(i); in updateIconLayoutParams()
317 if (mShelfIcons == null) { in updateShelfIcons()
320 updateIconsForLayout(entry -> entry.getIcons().getShelfIcon(), mShelfIcons, in updateShelfIcons()