Home
last modified time | relevance | path

Searched refs:mPanel (Results 1 – 1 of 1) sorted by relevance

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