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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java61 private NotificationIconContainer mShelfIcons; field in class:NotificationShelf
96 mShelfIcons = findViewById(R.id.content);
97 mShelfIcons.setClipChildren(false);
98 mShelfIcons.setClipToPadding(false);
103 mShelfIcons.setShowAllIcons(false);
107 mViewInvertHelper = new ViewInvertHelper(mShelfIcons,
114 mShelfIcons.setVibrateOnAnimation(mVibrationOnAnimation && mTouchActive);
139 mShelfIcons.setPadding(padding, 0, padding, 0);
160 mShelfIcons.setDark(dark, fade, delay);
166 return mShelfIcons;
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconAreaController.java42 private NotificationIconContainer mShelfIcons; field in class:NotificationIconAreaController
74 mShelfIcons = shelf.getShelfIcons();
85 for (int i = 0; i < mShelfIcons.getChildCount(); i++) {
86 View child = mShelfIcons.getChildAt(i);
153 updateIconsForLayout(notificationData, entry -> entry.expandedIcon, mShelfIcons,
292 mShelfIcons.setDark(dark, false, 0);

Completed in 81 milliseconds