Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
DTabletStatusBar.java1672 ArrayList<View> toRemove = new ArrayList<View>(); in updateNotificationIcons() local
1676 toRemove.add(child); in updateNotificationIcons()
1680 for (View remove : toRemove) { in updateNotificationIcons()
1703 ArrayList<View> toRemove = new ArrayList<View>(); in loadNotificationPanel() local
1707 toRemove.add(child); in loadNotificationPanel()
1711 for (View remove : toRemove) { in loadNotificationPanel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java826 ArrayList<View> toRemove = new ArrayList<View>(); in loadNotificationShade() local
830 toRemove.add(child); in loadNotificationShade()
834 for (View remove : toRemove) { in loadNotificationShade()
870 ArrayList<View> toRemove = new ArrayList<View>(); in updateNotificationIcons() local
874 toRemove.add(child); in updateNotificationIcons()
878 for (View remove : toRemove) { in updateNotificationIcons()