Searched refs:mPanel (Results 1 – 3 of 3) sorted by relevance
42 PanelView mPanel; field in PanelBar65 mPanel = pv; in setPanel()77 if (mPanel != null) mPanel.setImportantForAccessibility(important); in setBouncerShowing()81 mPanel.setVisibility(mExpanded || mBouncerShowing ? VISIBLE : INVISIBLE); in updateVisibility()100 final PanelView panel = mPanel; in onTouchEvent()118 return mPanel == null || mPanel.onTouchEvent(event); in onTouchEvent()132 PanelView pv = mPanel; in panelExpansionChanged()160 PanelView pv = mPanel; in collapsePanel()
43 private NotificationPanelView mPanel; field in HeadsUpTouchHelper51 mPanel = notificationPanelView; in HeadsUpTouchHelper()115 mPanel.setPanelScrimMinFraction((float) startHeight in onInterceptTouchEvent()116 / mPanel.getMaxPanelHeight()); in onInterceptTouchEvent()117 mPanel.startExpandMotion(x, y, true /* startTracking */, startHeight); in onInterceptTouchEvent()118 mPanel.startExpandingFromPeek(); in onInterceptTouchEvent()122 mPanel.clearNotificationEffects(); in onInterceptTouchEvent()147 mPanel.setTrackedHeadsUp(tracking ? mPickedChild : null);
210 mPanel.sendAccessibilityEvent(AccessibilityEvent.TYPE_WINDOW_STATE_CHANGED); in onPanelFullyOpened()