Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
DNotificationPanel.java264 final View toShow, toHide; in swapPanels() local
267 toShow = mSettingsView; in swapPanels()
270 toShow = mNotificationScroller; in swapPanels()
279 if (toShow != null) { in swapPanels()
282 setContentFrameVisible(toShow == mSettingsView, true); in swapPanels()
285 toShow.setVisibility(View.VISIBLE); in swapPanels()
286 if (toShow == mSettingsView || mNotificationCount > 0) { in swapPanels()
287 ObjectAnimator.ofFloat(toShow, "alpha", 0f, 1f) in swapPanels()
DTabletStatusBar.java1658 ArrayList<View> toShow = new ArrayList<View>(); in updateNotificationIcons() local
1669 toShow.add(mNotificationData.get(N-i-1).icon); in updateNotificationIcons()
1675 if (!toShow.contains(child)) { in updateNotificationIcons()
1684 for (int i=0; i<toShow.size(); i++) { in updateNotificationIcons()
1685 View v = toShow.get(i); in updateNotificationIcons()
1696 ArrayList<View> toShow = new ArrayList<View>(); in loadNotificationPanel() local
1700 toShow.add(row); in loadNotificationPanel()
1706 if (!toShow.contains(child)) { in loadNotificationPanel()
1715 for (int i=0; i<toShow.size(); i++) { in loadNotificationPanel()
1716 View v = toShow.get(i); in loadNotificationPanel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java819 ArrayList<View> toShow = new ArrayList<View>(); in loadNotificationShade() local
823 toShow.add(row); in loadNotificationShade()
829 if (!toShow.contains(child)) { in loadNotificationShade()
838 for (int i=0; i<toShow.size(); i++) { in loadNotificationShade()
839 View v = toShow.get(i); in loadNotificationShade()
864 ArrayList<View> toShow = new ArrayList<View>(); in updateNotificationIcons() local
867 toShow.add(mNotificationData.get(N-i-1).icon); in updateNotificationIcons()
873 if (!toShow.contains(child)) { in updateNotificationIcons()
882 for (int i=0; i<toShow.size(); i++) { in updateNotificationIcons()
883 View v = toShow.get(i); in updateNotificationIcons()