HomeSort by relevance Sort by last modified time
    Searched full:panelview (Results 1 - 14 of 14) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelBar.java 41 ArrayList<PanelView> mPanels = new ArrayList<PanelView>();
42 PanelView mTouchingPanel;
62 public void addPanel(PanelView pv) {
77 if (v != null && v instanceof PanelView) {
78 addPanel((PanelView) v);
87 public PanelView selectPanelForTouch(MotionEvent touch) {
109 final PanelView panel = selectPanelForTouch(event);
136 // called from PanelView when self-expanding, too
137 public void startOpeningPanel(PanelView panel)
    [all...]
PanelHolder.java 44 public int getPanelIndex(PanelView pv) {
47 final PanelView v = (PanelView) getChildAt(i);
53 public void setSelectedPanel(PanelView pv) {
PhoneStatusBarView.java 44 PanelView mFadingPanel = null;
45 PanelView mLastFullyOpenedPanel = null;
46 PanelView mNotificationPanel, mSettingsPanel;
79 for (PanelView pv : mPanels) {
86 public void addPanel(PanelView pv) {
117 public PanelView selectPanelForTouch(MotionEvent touch) {
155 public void startOpeningPanel(PanelView panel) {
179 public void onPanelFullyOpened(PanelView openPanel) {
210 public void panelExpansionChanged(PanelView panel, float frac) {
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...]
NotificationPanelView.java 33 public class NotificationPanelView extends PanelView {
SettingsPanelView.java 38 public class SettingsPanelView extends PanelView {
  /external/chromium_org/chrome/browser/ui/views/panels/
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...]
panel_frame_view.h 13 class PanelView;
32 explicit PanelFrameView(PanelView* panel_view);
106 PanelView* panel_view_;
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_browsertest.cc 30 PanelView* GetPanelView(Panel* panel) const {
31 return static_cast<PanelView*>(panel->native_panel());
panel_stack_view.cc 143 static_cast<PanelView*>(panel->native_panel())->set_cached_bounds_directly(
353 PanelView* panel_view = static_cast<PanelView*>(panel->native_panel());
412 static_cast<PanelView*>(panel->native_panel())->window();
521 static_cast<PanelView*>(panel->native_panel())->window()));
panel_frame_view.cc 253 PanelFrameView::PanelFrameView(PanelView* panel_view)
325 PanelView::kResizeInsideBoundsSize - BorderThickness();
425 point, size(), PanelView::kResizeInsideBoundsSize, resizability);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
CategoryPanel.java 114 View panelView = main.findViewById(R.id.listItems);
115 if (panelView instanceof CategoryTrack) {
116 CategoryTrack panel = (CategoryTrack) panelView;
  /external/chromium_org/chrome/browser/ui/panels/
panel.h 386 // PanelGtk/PanelView/PanelCocoa.

Completed in 1260 milliseconds