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.java74 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()
161 mShelfIcons.setPadding(padding, 0, padding, 0); in initDimens()
181 return mShelfIcons; in getContentView()
185 return mShelfIcons; in getShelfIcons()
245 mShelfIcons.resetViewStates(); in updateAppearance()
384 mShelfIcons.setSpeedBumpIndex(mAmbientState.getSpeedBumpIndex()); in updateAppearance()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconAreaController.java69 private NotificationIconContainer mShelfIcons; field in NotificationIconAreaController
164 mShelfIcons = shelf.getShelfIcons(); in setupShelf()
175 for (int i = 0; i < mShelfIcons.getChildCount(); i++) { in onDensityOrFontScaleChanged()
176 View child = mShelfIcons.getChildAt(i); in onDensityOrFontScaleChanged()
317 updateIconsForLayout(entry -> entry.getIcons().getShelfIcon(), mShelfIcons, in updateShelfIcons()