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.java42 PanelView mPanel;
64 public void setPanel(PanelView pv) { in setPanel()
100 final PanelView panel = mPanel; in onTouchEvent()
132 PanelView pv = mPanel; in panelExpansionChanged()
160 PanelView pv = mPanel; in collapsePanel()
DPanelView.java54 public abstract class PanelView extends FrameLayout { class
56 public static final String TAG = PanelView.class.getSimpleName();
198 public PanelView(Context context, AttributeSet attrs) { in PanelView() method in PanelView
DNotificationPanelView.java84 public class NotificationPanelView extends PanelView implements