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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DHeadsUpTouchHelper.java43 private NotificationPanelView mPanel; field in class:HeadsUpTouchHelper
51 mPanel = notificationPanelView;
106 mPanel.setPanelScrimMinFraction((float) expandedHeight
107 / mPanel.getMaxPanelHeight());
108 mPanel.startExpandMotion(x, y, true /* startTracking */, expandedHeight);
112 mPanel.clearNotificationEffects();
136 mPanel.setTrackingHeadsUp(tracking);
H A DPanelBar.java40 PanelView mPanel; field in class:PanelBar
59 mPanel = pv;
69 if (mPanel != null) mPanel.setImportantForAccessibility(important);
88 final PanelView panel = mPanel;
106 return mPanel == null || mPanel.onTouchEvent(event);
120 PanelView pv = mPanel;
147 PanelView pv = mPanel;

Completed in 73 milliseconds