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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DHeadsUpTouchHelper.java44 private NotificationPanelView mPanel; field in class:HeadsUpTouchHelper
53 mPanel = notificationPanelView;
113 mPanel.setPanelScrimMinFraction((float) expandedHeight
114 / mPanel.getMaxPanelHeight());
115 mPanel.startExpandMotion(x, y, true /* startTracking */, expandedHeight
117 mPanel.clearNotificattonEffects();
142 mPanel.setTrackingHeadsUp(tracking);

Completed in 46 milliseconds