Searched defs:mPanel (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DHeadsUpTouchHelper.java43 private NotificationPanelView mPanel; field in class:HeadsUpTouchHelper
51 mPanel = notificationPanelView;
115 mPanel.setPanelScrimMinFraction((float) startHeight
116 / mPanel.getMaxPanelHeight());
117 mPanel.startExpandMotion(x, y, true /* startTracking */, startHeight);
118 mPanel.startExpandingFromPeek();
122 mPanel.clearNotificationEffects();
147 mPanel.setTrackedHeadsUp(tracking ? mPickedChild : null);
H A DPanelBar.java42 PanelView mPanel; field in class:PanelBar
65 mPanel = pv;
77 if (mPanel != null) mPanel.setImportantForAccessibility(important);
81 mPanel.setVisibility(mExpanded || mBouncerShowing ? VISIBLE : INVISIBLE);
100 final PanelView panel = mPanel;
118 return mPanel == null || mPanel.onTouchEvent(event);
132 PanelView pv = mPanel;
160 PanelView pv = mPanel;
[all...]

Completed in 73 milliseconds