HomeSort by relevance Sort by last modified time
    Searched refs:panel (Results 1 - 25 of 141) sorted by null

1 2 3 4 5 6

  /external/chromium/chrome/browser/ui/panels/
panel_browser_view.cc 6 #include "chrome/browser/ui/panels/panel.h"
8 BrowserWindow* Panel::CreateNativePanel(Browser* browser, Panel* panel) {
panel_browser_window_gtk.cc 6 #include "chrome/browser/ui/panels/panel.h"
8 BrowserWindow* Panel::CreateNativePanel(Browser* browser, Panel* panel) {
panel_manager.h 16 class Panel;
29 // Creates a panel and returns it. The panel might be queued for display
31 Panel* CreatePanel(Browser* browser);
33 // Removes the given panel. Both active and pending panel lists are checked.
34 // If an active panel is removed, pending panels could put on display if we
36 void Remove(Panel* panel);
52 // Drags the given active panel
    [all...]
panel_manager.cc 11 #include "chrome/browser/ui/panels/panel.h"
15 // Invalid panel index.
18 // Minimum width and height of a panel.
22 // Default width and height of a panel.
26 // Maxmium width and height of a panel based on the factor of the working
77 Panel* PanelManager::CreatePanel(Browser* browser) {
81 Panel* panel = new Panel(browser, bounds); local
83 active_panels_.push_back(panel);
92 Panel* panel = pending_panels_.front(); local
    [all...]
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
StatusBarController.java 38 private final JPanel panel = new JPanel(); field in class:StatusBarController
57 panel.setLayout(layout);
58 panel.add(labelText);
59 panel.add(progress);
60 panel.add(labRuleHint);
61 panel.add(labelRuleName);
62 panel.setOpaque(false);
63 panel.setBorder(javax.swing.BorderFactory.createEmptyBorder());
80 return panel;
  /external/chromium/chrome/browser/chromeos/panels/
panel_scroller.cc 17 struct PanelScroller::Panel {
33 Panel* panel = new Panel; local
34 panel->header = new PanelScrollerHeader(this);
35 panel->header->set_title(ASCIIToUTF16("Email"));
36 panel->container = new PanelScrollerContainer(this, new views::View());
37 panels_.push_back(panel);
39 panel = new Panel;
    [all...]
  /external/libvorbis/examples/
frameview.pl 40 $toplevel->optionAdd("$Xname.Panel.background", "#4fc627",20);
41 $toplevel->optionAdd("$Xname.Panel.foreground", "#d0d0d0",20);
42 $toplevel->optionAdd("$Xname.Panel.font",
114 my $panel=new MainWindow(-class=>'AnalyzerPanel');
115 my $X2name=$panel->Class;
117 $panel->optionAdd("$X2name.background", "#353535",20);
118 $panel->optionAdd("$X2name*highlightBackground", "#80c0d3",20);
119 $panel->optionAdd("$X2name.Panel.background", "#353535",20);
120 $panel->optionAdd("$X2name.Panel.foreground", "#4fc627",20)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelBar.java 107 // figure out which panel needs to be talked to here
109 final PanelView panel = selectPanelForTouch(event); local
110 if (panel == null) {
111 // panel is not there, so we'll eat the gesture
112 Slog.v(TAG, String.format("onTouch: no panel for touch at (%d,%d)",
117 boolean enabled = panel.isEnabled();
118 if (DEBUG) LOG("PanelBar.onTouch: state=%d ACTION_DOWN: panel %s %s", mState, panel,
121 // panel is disabled, so we'll eat the gesture
123 "onTouch: panel (%s) is disabled, ignoring touch at (%d,%d)"
    [all...]
PhoneStatusBarView.java 116 // No double swiping. If either panel is open, nothing else can be pulled down.
149 public void startOpeningPanel(PanelView panel) {
150 super.startOpeningPanel(panel);
151 // we only want to start fading if this is the "first" or "last" panel,
155 Slog.v(TAG, "start opening: " + panel + " shouldfade=" + mShouldFade);
157 mFadingPanel = panel;
201 public void panelExpansionChanged(PanelView panel, float frac) {
202 super.panelExpansionChanged(panel, frac);
208 if (panel == mFadingPanel && mScrimColor != 0 && ActivityManager.isHighEndGfx()) {
225 // fade out the panel as it gets buried into the status bar to avoid overdrawing th
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
panel.h 34 /* $Id: panel.h,v 1.10 2006/05/27 19:49:40 tom Exp $ */
36 /* panel.h -- interface file for panels library */
43 typedef struct panel struct
46 struct panel *below;
47 struct panel *above;
49 } PANEL;
55 extern NCURSES_EXPORT(WINDOW*) panel_window (const PANEL *);
57 extern NCURSES_EXPORT(int) hide_panel (PANEL *);
58 extern NCURSES_EXPORT(int) show_panel (PANEL *);
59 extern NCURSES_EXPORT(int) del_panel (PANEL *);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
panel.h 34 /* $Id: panel.h,v 1.10 2006/05/27 19:49:40 tom Exp $ */
36 /* panel.h -- interface file for panels library */
43 typedef struct panel struct
46 struct panel *below;
47 struct panel *above;
49 } PANEL;
55 extern NCURSES_EXPORT(WINDOW*) panel_window (const PANEL *);
57 extern NCURSES_EXPORT(int) hide_panel (PANEL *);
58 extern NCURSES_EXPORT(int) show_panel (PANEL *);
59 extern NCURSES_EXPORT(int) del_panel (PANEL *);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
panel.h 34 /* $Id: panel.h,v 1.10 2006/05/27 19:49:40 tom Exp $ */
36 /* panel.h -- interface file for panels library */
43 typedef struct panel struct
46 struct panel *below;
47 struct panel *above;
49 } PANEL;
55 extern NCURSES_EXPORT(WINDOW*) panel_window (const PANEL *);
57 extern NCURSES_EXPORT(int) hide_panel (PANEL *);
58 extern NCURSES_EXPORT(int) show_panel (PANEL *);
59 extern NCURSES_EXPORT(int) del_panel (PANEL *);
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/awt/
TestAwtPanels.java 25 private static AwtPanel panel, panel2; field in class:TestAwtPanels
28 private static void createWindowForPanel(AwtPanel panel, int location){
31 frame.getContentPane().add(panel, BorderLayout.CENTER);
60 panel = ctx.createPanel(PaintMode.Accelerated);
61 panel.setPreferredSize(new Dimension(400, 300));
62 ctx.setInputSource(panel);
67 createWindowForPanel(panel, 300);
84 panel.attachTo(true, viewPort);
  /external/jmonkeyengine/engine/src/desktop/com/jme3/system/awt/
AwtPanelsContext.java 64 public void setInputSource(AwtPanel panel){
65 if (!panels.contains(panel))
68 inputSource = panel;
69 mouseInput.setInputSource(panel);
70 keyInput.setInputSource(panel);
121 AwtPanel panel = new AwtPanel(paintMode); local
122 panels.add(panel);
123 return panel;
134 for (AwtPanel panel : panels){
135 if (panel.isActiveDrawing())
    [all...]
  /external/webkit/Source/WebKit/mac/Panels/
WebAuthenticationPanel.m 58 [panel release];
70 // remove all of the panel's remaining refs, which can cause a
73 [[panel retain] autorelease];
78 [panel close];
80 [[NSApplication sharedApplication] endSheet:panel returnCode:1];
89 // remove all of the panel's remaining refs, which can cause a
92 [[panel retain] autorelease];
94 [panel close];
96 [[NSApplication sharedApplication] endSheet:panel returnCode:0];
116 // Methods related to displaying the panel
    [all...]
WebPanelAuthenticationHandler.m 124 WebAuthenticationPanel *panel = [[WebAuthenticationPanel alloc] initWithCallback:self selector:@selector(_authenticationDoneWithChallenge:result:)];
126 [windowToPanel _webkit_setObject:panel forUncopiedKey:window];
127 [panel release];
130 [panel runAsModalDialogWithChallenge:challenge];
132 [panel runAsSheetOnWindow:window withChallenge:challenge];
140 WebAuthenticationPanel *panel = [windowToPanel objectForKey:window];
141 [panel cancel:self];
  /external/webkit/Source/WebCore/inspector/front-end/
SearchController.js 44 updateSearchMatchesCount: function(matches, panel)
46 if (!panel)
47 panel = WebInspector.currentPanel;
49 panel.currentSearchMatches = matches;
51 if (panel === WebInspector.currentPanel)
122 panel = WebInspector.currentPanel;
123 if (panel.performSearch) {
128 panel.currentQuery = this._currentQuery;
129 panel.performSearch(this._currentQuery);
132 // Perform the search on a timeout so the panel switches fast
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
CategoryPanel.java 94 CategoryTrack panel = (CategoryTrack) panelView; local
96 panel.setAdapter(mAdapter);
97 mAdapter.setContainer(panel);
99 ListView panel = (ListView) main.findViewById(R.id.listItems); local
100 panel.setAdapter(mAdapter);
101 mAdapter.setContainer(panel);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
StatePanel.java 39 View panel = mMainView.findViewById(R.id.listStates); local
40 track = (StatePanelTrack) panel;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
comstats.h 37 unsigned long panel; member in struct:__anon26333
78 unsigned long panel; member in struct:__anon26334
111 * private port, panel and board structures. The argument required
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
comstats.h 37 unsigned long panel; member in struct:__anon27924
78 unsigned long panel; member in struct:__anon27925
111 * private port, panel and board structures. The argument required
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
comstats.h 37 unsigned long panel; member in struct:__anon29438
78 unsigned long panel; member in struct:__anon29439
111 * private port, panel and board structures. The argument required
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
SelectionDependentViewPart.java 36 protected final void setSelectionDependentPanel(SelectionDependentPanel panel) {
37 // remember the panel
38 mPanel = panel;
  /external/webkit/Tools/WebKitLauncher/
WebKitNightlyEnablerSparkle.m 49 NSPanel *panel = NSGetInformationalAlertPanel([NSString stringWithFormat:@"Would you like to download and install %@ %@ now?", hostName, objc_msgSend(updateItem, @selector(displayVersionString))],
52 NSArray *subviews = [[panel contentView] subviews];
64 [panel center];
65 return panel;
68 // Sparkle's udpate alert panel looks odd with the release notes hidden, so we
69 // swap it out with a standard NSAlert-style panel instead.
72 NSPanel *panel = updateAlertPanel(updateItem, host);
73 [panel setDelegate:self];
75 self = [self initWithWindow:panel];
  /external/chromium/chrome/browser/chromeos/notifications/
notification_browsertest.cc 86 // Waits untilt the panel's state becomes the specified state.
96 // Busy loop to wait until the view becomes visible in the panel.
141 NotificationPanel* panel = GetNotificationPanel(); local
142 NotificationPanelTester* tester = panel->GetTester();
180 NotificationPanel* panel = GetNotificationPanel(); local
181 NotificationPanelTester* tester = panel->GetTester();
191 panel->OnMouseMotion(gfx::Point(10, 10));
228 NotificationPanel* panel = GetNotificationPanel(); local
231 NotificationPanelTester* tester = panel->GetTester();
265 NotificationPanel* panel = GetNotificationPanel() local
308 NotificationPanel* panel = GetNotificationPanel(); local
375 NotificationPanel* panel = GetNotificationPanel(); local
389 NotificationPanel* panel = GetNotificationPanel(); local
418 NotificationPanel* panel = GetNotificationPanel(); local
493 NotificationPanel* panel = GetNotificationPanel(); local
526 NotificationPanel* panel = GetNotificationPanel(); local
    [all...]

Completed in 390 milliseconds

1 2 3 4 5 6