Searched defs:mNotificationIcons (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java296 IconMerger mNotificationIcons; field in class:PhoneStatusBar
719 mNotificationIcons = (IconMerger)mStatusBarView.findViewById(R.id.notificationIcons);
721 mNotificationIcons.setOverflowIndicator(mMoreIcon);
1264 refreshAllIconsForLayout(mNotificationIcons);
1582 if (mNotificationIcons == null) return;
1610 " notifications, mNotificationIcons=" + mNotificationIcons);
1614 for (int i=0; i<mNotificationIcons.getChildCount(); i++) {
1615 View child = mNotificationIcons.getChildAt(i);
1623 mNotificationIcons
[all...]

Completed in 70 milliseconds