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,
40 PanelView(Panel* panel, const gfx::Rect& bounds, bool always_on_top);
41 virtual ~PanelView();
261 DISALLOW_COPY_AND_ASSIGN(PanelView);
panel_view.cc 91 explicit NativePanelTestingWin(PanelView* panel_view);
112 PanelView* panel_view_;
115 NativePanelTestingWin::NativePanelTestingWin(PanelView* panel_view)
237 return new PanelView(panel, bounds, always_on_top);
244 PanelView::PanelView(Panel* panel, const gfx::Rect& bounds, bool always_on_top)
298 PanelView::~PanelView() {
301 void PanelView::ShowPanel() {
306 void PanelView::ShowPanelInactive()
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelView.java 37 public class PanelView extends FrameLayout {
39 public static final String TAG = PanelView.class.getSimpleName();
311 mBar.panelExpansionChanged(PanelView.this, mExpandedFraction);
324 public PanelView(Context context, AttributeSet attrs) {
396 PanelView.this.getLocationOnScreen(mAbsPos);
407 mBar.onTrackingStarted(PanelView.this);
437 PanelView.this.setExpandedHeightInternal(h);
438 mBar.panelExpansionChanged(PanelView.this, mExpandedFraction);
451 mBar.onTrackingStopped(PanelView.this);
567 mBar.panelExpansionChanged(PanelView.this, mExpandedFraction)
    [all...]

Completed in 94 milliseconds