Searched defs:PanelView (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java37 public class PanelView extends FrameLayout { class in inherits:FrameLayout
39 public static final String TAG = PanelView.class.getSimpleName();
311 mBar.panelExpansionChanged(PanelView.this, mExpandedFraction);
324 public PanelView(Context context, AttributeSet attrs) { method in class:PanelView
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
[all...]

Completed in 5 milliseconds