Home
last modified time | relevance | path

Searched refs:notificationPanelView (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpTouchHelper.java47 NotificationPanelView notificationPanelView) { in HeadsUpTouchHelper() argument
50 mPanel = notificationPanelView; in HeadsUpTouchHelper()
DStatusBarKeyguardViewManager.java213 NotificationPanelView notificationPanelView, in registerStatusBar() argument
228 mNotificationPanelView = notificationPanelView; in registerStatusBar()
229 notificationPanelView.addExpansionListener(this); in registerStatusBar()
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DQS.java41 void setPanelView(HeightListener notificationPanelView); in setPanelView() argument
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManagerTest.java259 NotificationPanelView notificationPanelView, in registerStatusBar() argument
264 super.registerStatusBar(statusBar, container, notificationPanelView, in registerStatusBar()
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/qs/car/
DCarQSFragment.java131 public void setPanelView(HeightListener notificationPanelView) { in setPanelView() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java5647 public void setNotificationPanel(NotificationPanelView notificationPanelView) {
5648 mNotificationPanel = notificationPanelView;