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

  /external/chromium_org/chrome/browser/ui/views/panels/
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...]
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,
39 PanelView(Panel* panel, const gfx::Rect& bounds, bool always_on_top);
40 virtual ~PanelView();
256 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 228 static_cast<PanelView*>(panel->native_panel())->set_cached_bounds_directly(
405 PanelView* panel_view = static_cast<PanelView*>(panel->native_panel());
464 static_cast<PanelView*>(panel->native_panel())->window();
565 static_cast<PanelView*>(panel->native_panel())->window()));
panel_frame_view.cc 242 PanelFrameView::PanelFrameView(PanelView* panel_view)
316 PanelView::kResizeInsideBoundsSize - BorderThickness();
415 point, size(), PanelView::kResizeInsideBoundsSize, resizability);
  /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...]
PhoneStatusBarView.java 38 PanelView mLastFullyOpenedPanel = null;
39 PanelView mNotificationPanel;
68 public void addPanel(PanelView pv) {
96 public PanelView selectPanelForTouch(MotionEvent touch) {
124 public void onPanelFullyOpened(PanelView openPanel) {
148 public void onTrackingStarted(PanelView panel) {
155 public void onTrackingStopped(PanelView panel, boolean expand) {
172 public void panelExpansionChanged(PanelView panel, float frac, boolean expanded) {
PanelHolder.java 44 public int getPanelIndex(PanelView pv) {
47 final PanelView v = (PanelView) getChildAt(i);
53 public void setSelectedPanel(PanelView pv) {
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...]
NotificationPanelView.java 52 public class NotificationPanelView extends PanelView implements
96 * If set, the ongoing touch gesture might both trigger the expansion in {@link PanelView} and
    [all...]
  /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;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyguardUserSwitcher.java 58 KeyguardStatusBarView statusBarView, NotificationPanelView panelView,
66 panelView.setKeyguardUserSwitcher(this);
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBarActivityDelegateBase.java 471 View panelView = null;
478 panelView = callback.onCreatePanelView(featureId);
481 if (panelView == null && mToolbarListMenuPresenter == null) {
489 panelView = st.shownPanelView;
493 return panelView;
    [all...]
  /external/chromium_org/chrome/browser/ui/panels/
panel.h 380 // PanelGtk/PanelView/PanelCocoa.

Completed in 1290 milliseconds