OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PanelView
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/ui/views/panels/
panel_view.h
27
class
PanelView
: public NativePanel,
38
PanelView
(Panel* panel, const gfx::Rect& bounds, bool always_on_top);
39
virtual ~
PanelView
();
254
DISALLOW_COPY_AND_ASSIGN(
PanelView
);
panel_view.cc
94
explicit NativePanelTestingWin(
PanelView
* panel_view);
116
PanelView
* panel_view_;
119
NativePanelTestingWin::NativePanelTestingWin(
PanelView
* panel_view)
250
return new
PanelView
(panel, bounds, always_on_top);
257
PanelView
::
PanelView
(Panel* panel, const gfx::Rect& bounds, bool always_on_top)
310
PanelView
::~
PanelView
() {
313
void
PanelView
::ShowPanel() {
318
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 2289 milliseconds