Searched refs:toShow (Results 1 – 3 of 3) sorted by relevance
264 final View toShow, toHide; in swapPanels() local267 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()
1658 ArrayList<View> toShow = new ArrayList<View>(); in updateNotificationIcons() local1669 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() local1700 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()
819 ArrayList<View> toShow = new ArrayList<View>(); in loadNotificationShade() local823 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() local867 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()