Searched refs:mPanel (Results 1 – 3 of 3) sorted by relevance
46 PanelView mPanel; field in PanelBar87 mPanel = pv; in setPanel()99 if (mPanel != null) mPanel.setImportantForAccessibility(important); in setBouncerShowing()111 mPanel.setVisibility(mExpanded || mBouncerShowing ? VISIBLE : INVISIBLE); in updateVisibility()130 final PanelView panel = mPanel; in onTouchEvent()148 return mPanel == null || mPanel.onTouchEvent(event); in onTouchEvent()162 PanelView pv = mPanel; in panelExpansionChanged()191 PanelView pv = mPanel; in collapsePanel()
42 private NotificationPanelView mPanel; field in HeadsUpTouchHelper50 mPanel = notificationPanelView; in HeadsUpTouchHelper()114 mPanel.setPanelScrimMinFraction((float) startHeight in onInterceptTouchEvent()115 / mPanel.getMaxPanelHeight()); in onInterceptTouchEvent()116 mPanel.startExpandMotion(x, y, true /* startTracking */, startHeight); in onInterceptTouchEvent()117 mPanel.startExpandingFromPeek(); in onInterceptTouchEvent()121 mPanel.clearNotificationEffects(); in onInterceptTouchEvent()146 mPanel.setTrackedHeadsUp(tracking ? mPickedChild : null);
216 mPanel.sendAccessibilityEvent(AccessibilityEvent.TYPE_WINDOW_STATE_CHANGED); in onPanelFullyOpened()