HomeSort by relevance Sort by last modified time
    Searched defs:PanelView (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/ui/views/panels/
panel_view.h 28 class PanelView : public NativePanel,
39 PanelView(Panel* panel, const gfx::Rect& bounds, bool always_on_top);
40 virtual ~PanelView();
256 DISALLOW_COPY_AND_ASSIGN(PanelView);
panel_view.cc 103 explicit NativePanelTestingWin(PanelView* panel_view);
125 PanelView* panel_view_;
128 NativePanelTestingWin::NativePanelTestingWin(PanelView* panel_view)
259 return new PanelView(panel, bounds, always_on_top);
266 PanelView::PanelView(Panel* panel, const gfx::Rect& bounds, bool always_on_top)
339 PanelView::~PanelView() {
342 void PanelView::ShowPanel() {
347 void PanelView::ShowPanelInactive()
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelView.java 43 public abstract class PanelView extends FrameLayout {
45 public static final String TAG = PanelView.class.getSimpleName();
174 public PanelView(Context context, AttributeSet attrs) {
371 mBar.onTrackingStopped(PanelView.this, expand);
378 mBar.onTrackingStarted(PanelView.this);
    [all...]

Completed in 244 milliseconds