Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java170 NotificationRowLayout mPile; field in PhoneStatusBar
320 mPile = (NotificationRowLayout)expanded.findViewById(R.id.latestItems); in makeStatusBarView()
321 mExpandedContents = mPile; // was: expanded.findViewById(R.id.notificationLinearLayout); in makeStatusBarView()
800 if (!inflateViews(entry, mPile)) { in addNotificationViews()
827 for (int i=0; i<mPile.getChildCount(); i++) { in loadNotificationShade()
828 View child = mPile.getChildAt(i); in loadNotificationShade()
835 mPile.removeView(remove); in loadNotificationShade()
841 mPile.addView(v, 0); // the notification shade has newest at the top in loadNotificationShade()
1736 pw.println(" mPile: " + viewInfo(mPile));
2084 int numChildren = mPile.getChildCount();
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
DTabletStatusBar.java156 ViewGroup mPile; field in TabletStatusBar
595 mPile = (ViewGroup)mNotificationPanel.findViewById(R.id.content); in makeStatusBarView()
596 mPile.removeAllViews(); in makeStatusBarView()
598 ScrollView scroller = (ScrollView)mPile.getParent(); in makeStatusBarView()
1587 if (!inflateViews(entry, mPile)) { in addNotificationViews()
1704 for (int i=0; i<mPile.getChildCount(); i++) { in loadNotificationPanel()
1705 View child = mPile.getChildAt(i); in loadNotificationPanel()
1712 mPile.removeView(remove); in loadNotificationPanel()
1718 mPile.addView(v, N-1-i); // the notification panel has newest at the bottom in loadNotificationPanel()