HomeSort by relevance Sort by last modified time
    Searched refs:mNotificationPanel (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarWindowView.java 44 private NotificationPanelView mNotificationPanel;
60 mNotificationPanel = (NotificationPanelView) findViewById(R.id.notification_panel);
91 if (mNotificationPanel.isFullyExpanded() && mScrollView.getVisibility() == View.VISIBLE) {
109 if (mNotificationPanel.isFullyExpanded()) {
PhoneStatusBarView.java 46 PanelView mNotificationPanel, mSettingsPanel;
89 mNotificationPanel = pv;
124 + mNotificationPanel.getExpandedHeight() > 0)
126 : mNotificationPanel;
145 return showSettings ? mSettingsPanel : mNotificationPanel;
245 mBar.animateHeadsUp(mNotificationPanel == panel, mPanelExpandedFractionSum);
PhoneStatusBar.java 193 NotificationPanelView mNotificationPanel; // the sliding/resizing panel within the notification window
397 mNotificationPanel = (NotificationPanelView) mStatusBarWindow.findViewById(R.id.notification_panel);
398 mNotificationPanel.setStatusBar(this);
400 (mNotificationPanel.getLayoutParams().width == ViewGroup.LayoutParams.MATCH_PARENT);
403 mNotificationPanel.findViewById(R.id.header).setOnTouchListener(
413 mNotificationPanel.setBackground(new FastColorDrawable(context.getResources().getColor(
423 mNotificationPanelDebugText = (TextView) mNotificationPanel.findViewById(R.id.header_debug_info);
    [all...]

Completed in 39 milliseconds