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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarIconController.java73 private IconMerger mNotificationIcons; field in class:StatusBarIconController
116 mNotificationIcons = (IconMerger) statusBar.findViewById(R.id.notificationIcons);
118 mNotificationIcons.setOverflowIndicator(mMoreIcon);
214 for (int i=0; i<mNotificationIcons.getChildCount(); i++) {
215 View child = mNotificationIcons.getChildAt(i);
223 mNotificationIcons.removeView(toRemove.get(i));
229 mNotificationIcons.addView(v, i, params);
234 final int childCount = mNotificationIcons.getChildCount();
236 View actual = mNotificationIcons.getChildAt(i);
241 mNotificationIcons
[all...]

Completed in 151 milliseconds