Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
DNotificationPanelTitle.java28 private NotificationPanel mPanel;
35 public void setPanel(NotificationPanel p) { in setPanel()
DNotificationPanel.java39 public class NotificationPanel extends RelativeLayout implements StatusBarPanel, class
67 public NotificationPanel(Context context, AttributeSet attrs) { in NotificationPanel() method in NotificationPanel
71 public NotificationPanel(Context context, AttributeSet attrs, int defStyle) { in NotificationPanel() method in NotificationPanel
DTabletStatusBar.java145 NotificationPanel mNotificationPanel;
198 mNotificationPanel = (NotificationPanel)View.inflate(context, in addPanelWindows()