Home
last modified time | relevance | path

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

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