OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mShelfIcons
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationShelf.java
61
private NotificationIconContainer
mShelfIcons
;
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/
NotificationIconAreaController.java
42
private NotificationIconContainer
mShelfIcons
;
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 73 milliseconds