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.java73 private NotificationIconContainer mShelfIcons; field in NotificationShelf
114 mShelfIcons = findViewById(R.id.content); in onFinishInflate()
115 mShelfIcons.setClipChildren(false); in onFinishInflate()
116 mShelfIcons.setClipToPadding(false); in onFinishInflate()
121 mShelfIcons.setIsStaticLayout(false); in onFinishInflate()
156 mShelfIcons.setPadding(padding, 0, padding, 0); in initDimens()
176 return mShelfIcons; in getContentView()
180 return mShelfIcons; in getShelfIcons()
240 mShelfIcons.resetViewStates(); in updateAppearance()
383 mShelfIcons.setSpeedBumpIndex(mAmbientState.getSpeedBumpIndex()); in updateAppearance()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconAreaController.java67 private NotificationIconContainer mShelfIcons; field in NotificationIconAreaController
143 mShelfIcons = shelf.getShelfIcons(); in setupShelf()
154 for (int i = 0; i < mShelfIcons.getChildCount(); i++) { in onDensityOrFontScaleChanged()
155 View child = mShelfIcons.getChildAt(i); in onDensityOrFontScaleChanged()
290 updateIconsForLayout(entry -> entry.expandedIcon, mShelfIcons, in updateShelfIcons()