Searched defs:mNotificationPanel (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarWindowView.java51 private NotificationPanelView mNotificationPanel; field in class:StatusBarWindowView
131 mNotificationPanel = (NotificationPanelView) findViewById(R.id.notification_panel);
214 if (mNotificationPanel.isFullyExpanded()
231 mNotificationPanel.onInterceptTouchEvent(cancellation);
H A DPhoneStatusBarView.java39 PanelView mNotificationPanel; field in class:PhoneStatusBarView
79 mNotificationPanel = pv;
106 return mNotificationPanel.getExpandedHeight() > 0
108 : mNotificationPanel;
H A DPhoneStatusBar.java294 NotificationPanelView mNotificationPanel; // the sliding/resizing panel within the notification window field in class:PhoneStatusBar
667 mNotificationPanel = (NotificationPanelView) mStatusBarWindow.findViewById(
669 mNotificationPanel.setStatusBar(this);
673 mNotificationPanel.setBackground(new FastColorDrawable(context.getColor(
680 mHeadsUpManager.addListener(mNotificationPanel);
681 mNotificationPanel.setHeadsUpManager(mHeadsUpManager);
685 mNotificationPanelDebugText = (TextView) mNotificationPanel.findViewById(
706 mNotificationPanel.setQsScrimEnabled(!isVertical);
860 mKeyguardStatusBar, mNotificationPanel, mUserSwitcherController);
1229 && !mNotificationPanel
[all...]

Completed in 128 milliseconds