Searched refs:latestItems (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarWindowView.java43 private NotificationRowLayout latestItems; field in class:StatusBarWindowView
58 latestItems = (NotificationRowLayout) findViewById(R.id.latestItems);
63 mExpandHelper = new ExpandHelper(mContext, latestItems, minHeight, maxHeight);
93 latestItems.onInterceptTouchEvent(cancellation);
H A DPhoneStatusBar.java422 mPile = (NotificationRowLayout)mStatusBarWindow.findViewById(R.id.latestItems);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DNotificationPanel.java46 private NotificationRowLayout latestItems; field in class:NotificationPanel
114 latestItems = (NotificationRowLayout) findViewById(R.id.content);
117 mExpandHelper = new ExpandHelper(mContext, latestItems, minHeight, maxHeight);
434 latestItems.onInterceptTouchEvent(cancellation);

Completed in 75 milliseconds