Searched defs:mPanel (Results 1 - 2 of 2) sorted by last modified time

/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);
109 mPanel.startExpandingFromPeek();
113 mPanel.clearNotificationEffects();
137 mPanel.setTrackingHeadsUp(tracking);
H A DPanelBar.java40 PanelView mPanel; field in class:PanelBar
63 mPanel = pv;
73 if (mPanel != null) mPanel.setImportantForAccessibility(important);
92 final PanelView panel = mPanel;
110 return mPanel == null || mPanel.onTouchEvent(event);
124 PanelView pv = mPanel;
151 PanelView pv = mPanel;

Completed in 49 milliseconds