Searched refs:mNotificationPanel (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBrightnessMirrorController.java44 private final View mNotificationPanel; field in class:BrightnessMirrorController
53 mNotificationPanel = statusBarWindow.findViewById(R.id.notification_panel);
63 outAnimation(mNotificationPanel.animate())
69 inAnimation(mNotificationPanel.animate())
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java440 protected NotificationPanelView mNotificationPanel; // the sliding/resizing panel within the notification window field in class:StatusBar
523 if (mNotificationPanel != null) {
524 mNotificationPanel.setUserSetupComplete(mUserSetup);
1015 mNotificationPanel = (NotificationPanelView) mStatusBarWindow.findViewById(
1019 mNotificationPanel.setStatusBar(this);
1020 mNotificationPanel.setGroupManager(mGroupManager);
1038 mStatusBarView.setPanel(mNotificationPanel);
1053 mHeadsUpManager.addListener(mNotificationPanel);
1056 mNotificationPanel.setHeadsUpManager(mHeadsUpManager);
1062 mNotificationPanelDebugText = (TextView) mNotificationPanel
[all...]
H A DStatusBarWindowView.java73 private NotificationPanelView mNotificationPanel; field in class:StatusBarWindowView
172 mNotificationPanel = (NotificationPanelView) findViewById(R.id.notification_panel);
261 if (isDown && mNotificationPanel.isFullyCollapsed()) {
262 mNotificationPanel.startExpandLatencyTracking();
300 if (mNotificationPanel.isFullyExpanded()
314 mNotificationPanel.onInterceptTouchEvent(cancellation);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarTest.java528 mNotificationPanel = panelView;

Completed in 4283 milliseconds