Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelBar.java46 PanelView mPanel;
86 public void setPanel(PanelView pv) { in setPanel()
130 final PanelView panel = mPanel; in onTouchEvent()
162 PanelView pv = mPanel; in panelExpansionChanged()
191 PanelView pv = mPanel; in collapsePanel()
DPanelView.java59 public abstract class PanelView extends FrameLayout { class
61 public static final String TAG = PanelView.class.getSimpleName();
206 public PanelView(Context context, AttributeSet attrs) { in PanelView() method in PanelView
DNotificationPanelView.java111 public class NotificationPanelView extends PanelView implements