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.java54 private NotificationIconContainer mShelfIcons; field in NotificationShelf
84 mShelfIcons = findViewById(R.id.content); in onFinishInflate()
85 mShelfIcons.setClipChildren(false); in onFinishInflate()
86 mShelfIcons.setClipToPadding(false); in onFinishInflate()
91 mShelfIcons.setShowAllIcons(false); in onFinishInflate()
92 mViewInvertHelper = new ViewInvertHelper(mShelfIcons, in onFinishInflate()
116 mShelfIcons.setPadding(padding, 0, padding, 0); in initDimens()
132 mShelfIcons.setDark(dark, fade, delay); in setDark()
138 return mShelfIcons; in getContentView()
142 return mShelfIcons; in getShelfIcons()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconAreaController.java44 private NotificationIconContainer mShelfIcons; field in NotificationIconAreaController
76 mShelfIcons = shelf.getShelfIcons(); in setupShelf()
87 for (int i = 0; i < mShelfIcons.getChildCount(); i++) { in onDensityOrFontScaleChanged()
88 View child = mShelfIcons.getChildAt(i); in onDensityOrFontScaleChanged()
155 updateIconsForLayout(notificationData, entry -> entry.expandedIcon, mShelfIcons, in updateNotificationIcons()