Searched refs:mNotificationIcons (Results 1 – 1 of 1) sorted by relevance
296 IconMerger mNotificationIcons; field in PhoneStatusBar719 mNotificationIcons = (IconMerger)mStatusBarView.findViewById(R.id.notificationIcons); in makeStatusBarView()721 mNotificationIcons.setOverflowIndicator(mMoreIcon); in makeStatusBarView()1264 refreshAllIconsForLayout(mNotificationIcons); in refreshAllStatusBarIcons()1582 if (mNotificationIcons == null) return; in updateNotifications()1610 " notifications, mNotificationIcons=" + mNotificationIcons); in updateNotificationIcons()1614 for (int i=0; i<mNotificationIcons.getChildCount(); i++) { in updateNotificationIcons()1615 View child = mNotificationIcons.getChildAt(i); in updateNotificationIcons()1623 mNotificationIcons.removeView(toRemove.get(i)); in updateNotificationIcons()1629 mNotificationIcons.addView(v, i, params); in updateNotificationIcons()[all …]