Searched refs:notificationPanelView (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
H A DQS.java41 void setPanelView(HeightListener notificationPanelView); argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DHeadsUpTouchHelper.java48 NotificationPanelView notificationPanelView) {
51 mPanel = notificationPanelView;
46 HeadsUpTouchHelper(HeadsUpManagerPhone headsUpManager, NotificationStackScrollLayout stackScroller, NotificationPanelView notificationPanelView) argument
H A DStatusBarKeyguardViewManager.java143 NotificationPanelView notificationPanelView,
153 mNotificationPanelView = notificationPanelView;
154 notificationPanelView.setExpansionListener(this::onPanelExpansionChanged);
141 registerStatusBar(StatusBar statusBar, ViewGroup container, NotificationPanelView notificationPanelView, FingerprintUnlockController fingerprintUnlockController, DismissCallbackRegistry dismissCallbackRegistry) argument
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarKeyguardViewManagerTest.java190 NotificationPanelView notificationPanelView,
193 super.registerStatusBar(statusBar, container, notificationPanelView,
189 registerStatusBar(StatusBar statusBar, ViewGroup container, NotificationPanelView notificationPanelView, FingerprintUnlockController fingerprintUnlockController, DismissCallbackRegistry dismissCallbackRegistry) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/car/
H A DCarQSFragment.java127 public void setPanelView(HeightListener notificationPanelView) { argument

Completed in 513 milliseconds