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

1 2

  /prebuilt/linux-x86/toolchain/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...]
  /external/webkit/Source/WebKit/mac/Panels/
WebAuthenticationPanel.h 37 IBOutlet id panel; variable
  /external/proguard/src/proguard/gui/splash/
SplashPanel.java 200 * A main method for testing the splash panel.
226 SplashPanel panel = new SplashPanel(sprite, 0.5); local
227 panel.setBackground(Color.white);
229 frame.getContentPane().add(panel);
233 panel.start();
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
TableView.java 45 * Setup the listener for the Table objects of <code>Panel</code>, and setup
48 * @param panel The panel to setup
49 * @param parent The parent composite of the Panel's content.
51 void setupTableFocusListener(TablePanel panel, Composite parent) {
52 panel.setTableFocusListener(new ITableFocusListener() {
  /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...]
  /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/chromium/chrome/browser/ui/panels/
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/webkit/Source/WebCore/html/shadow/
MediaControlRootElement.cpp 79 RefPtr<MediaControlPanelElement> panel = MediaControlPanelElement::create(mediaElement); local
85 panel->appendChild(rewindButton.release(), ec, true);
91 panel->appendChild(playButton.release(), ec, true);
97 panel->appendChild(returnToRealtimeButton.release(), ec, true);
104 panel->appendChild(statusDisplay.release(), ec, true);
130 panel->appendChild(timelineContainer.release(), ec, true);
138 panel->appendChild(seekBackButton.release(), ec, true);
145 panel->appendChild(seekForwardButton.release(), ec, true);
153 panel->appendChild(toggleClosedCaptionsButton.release(), ec, true);
161 panel->appendChild(fullScreenButton.release(), ec, true)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
comstats.h 37 unsigned long panel; member in struct:__anon20916
78 unsigned long panel; member in struct:__anon20917
111 * private port, panel and board structures. The argument required
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java 245 JPanel panel = new JPanel(new GridBagLayout()); local
247 panel.setBorder(new UnifiedContentBorder());
263 panel.add(devicesScroller, new GridBagConstraints(0, 0, 1, 1, 0.5, 1.0,
276 panel.add(windowsScroller, new GridBagConstraints(2, 0, 1, 1, 0.5, 1.0,
280 return panel;
822 JPanel panel = new JPanel(new BorderLayout()); local
    [all...]
ScreenViewer.java 88 JPanel panel = buildViewerAndControls(); local
89 add(panel, new GridBagConstraints(0, 0, 1, 1, 0.3f, 1.0f,
130 JPanel panel = new JPanel(new GridBagLayout()); local
136 panel.add(scroller,
140 buildSlider(panel, "Overlay:", "0%", "100%", 0, 100, 30, 1).addChangeListener(
148 buildOverlayExtraControls(panel);
149 buildSlider(panel, "Refresh Rate:", "1s", "40s", 1, 40, 5, 1).addChangeListener(
158 zoomSlider = buildSlider(panel, "Zoom:", "2x", "24x", 2, 24, 8, 2);
168 panel.add(Box.createVerticalGlue(),
172 return panel;
    [all...]
  /external/proguard/src/proguard/gui/
ClassSpecificationDialog.java 155 // Create the comments panel.
165 // Create the keep option panel.
179 // Create the allow option panel.
188 // Create the access panel.
206 // Create the annotation type panel.
213 // Create the class name panel.
220 // Create the extends annotation type panel.
227 // Create the extends class name panel.
235 // Create the class member list panel.
280 // Add all panels to the main panel
    [all...]
MemberSpecificationDialog.java 153 // Create the access panel.
183 // Create the type panel.
191 // Create the annotation type panel.
198 // Create the name panel.
206 // Create the arguments panel.
251 // Add all panels to the main panel.
274 * given panel with a GridBagLayout, and returns the buttons in an array.
277 JPanel panel)
301 // Add the label and the buttons to the panel.
302 panel.add(new JLabel(labelText), labelConstraints)
    [all...]
  /external/junit/src/junit/awtui/
TestRunner.java 20 import java.awt.Panel;
110 protected void addGrid(Panel p, Component co, int x, int y, int w, int fill, double wx, int anchor) {
249 Panel numbersPanel= createCounterPanel();
272 Panel failedPanel= new Panel(new GridLayout(0, 1, 0, 2));
298 Panel panel= new Panel(new GridBagLayout()); local
300 addGrid(panel, suiteLabel, 0, 0, 2, GridBagConstraints.HORIZONTAL, 1.0, GridBagConstraints.WEST);
302 addGrid(panel, fSuiteField, 0, 1, 2, GridBagConstraints.HORIZONTAL, 1.0, GridBagConstraints.WEST)
    [all...]
  /external/webkit/Source/WebKit/gtk/tests/
testatk.c 303 AtkObject* panel = atk_object_ref_accessible_child(object, 3); local
304 g_assert(ATK_IS_OBJECT(panel));
305 g_assert(atk_object_get_role(panel) == ATK_ROLE_PANEL);
307 AtkObject* comboBox = atk_object_ref_accessible_child(panel, 0);
330 g_object_unref(panel);
    [all...]
  /external/junit/src/junit/swingui/
TestRunner.java 454 JPanel panel= new JPanel(new GridBagLayout()); local
456 addGrid(panel, suiteLabel, 0, 0, 2, GridBagConstraints.HORIZONTAL, 1.0, GridBagConstraints.WEST);
457 addGrid(panel, fSuiteCombo, 0, 1, 1, GridBagConstraints.HORIZONTAL, 1.0, GridBagConstraints.WEST);
458 addGrid(panel, browseButton, 1, 1, 1, GridBagConstraints.NONE, 0.0, GridBagConstraints.WEST);
459 addGrid(panel, fRun, 2, 1, 1, GridBagConstraints.HORIZONTAL, 0.0, GridBagConstraints.CENTER);
461 addGrid(panel, fUseLoadingRunner, 0, 2, 3, GridBagConstraints.NONE, 1.0, GridBagConstraints.WEST);
462 //addGrid(panel, new JSeparator(), 0, 3, 3, GridBagConstraints.HORIZONTAL, 1.0, GridBagConstraints.WEST);
465 addGrid(panel, fProgressIndicator, 0, 3, 2, GridBagConstraints.HORIZONTAL, 1.0, GridBagConstraints.WEST);
466 addGrid(panel, fLogo, 2, 3, 1, GridBagConstraints.NONE, 0.0, GridBagConstraints.NORTH);
468 addGrid(panel, fCounterPanel, 0, 4, 2, GridBagConstraints.NONE, 0.0, GridBagConstraints.WEST)
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
ExtensionAPI.js 164 for (var panel in panels)
165 this.__defineGetter__(panel, bind(panelGetter, null, panel));
171 var id = "extension-panel-" + extensionServer.nextObjectId();
186 this.onShown = new EventSink("panel-shown-" + id);
187 this.onHidden = new EventSink("panel-hidden-" + id);
201 panel: this._id,
219 this.onSelectionChanged = new EventSink("panel-objectSelected-" + id);
224 Panel.call(this, id);
225 this.onSearch = new EventSink("panel-search-" + id)
    [all...]
ExtensionServer.js 64 this._postNotification("panel-objectSelected-" + panelId, objectId);
69 this._postNotification("panel-search-" + panelId, action, searchString);
74 this._postNotification("panel-shown-" + panelId);
79 this._postNotification("panel-hidden-" + panelId);
188 var panel = new WebInspector.ExtensionPanel(id, message.title, message.icon);
189 this._clientObjects[id] = panel;
190 WebInspector.panels[id] = panel;
191 WebInspector.addPanel(panel);
193 var iframe = this.createClientIframe(panel.element, message.url);
200 var panel = WebInspector.panels[message.panel]
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java 145 * The panel that is prepared or opened (the most recent one if there are
146 * multiple panels). Shortcuts will go to this panel. It gets set in
338 * Prepares the panel to either be opened or chorded. This creates the Menu
339 * instance for the panel and populates it via the Activity callbacks.
341 * @param st The panel state to prepare.
342 * @param event The event that triggered the preparing of the panel.
343 * @return Whether the panel was prepared. If the panel should not be shown,
357 // Another Panel is prepared and possibly open, so close it
368 // Init the panel state's menu--return false if init faile
846 final PanelFeatureState panel = panels[i]; local
937 final PanelFeatureState panel = panels[i]; local
948 final PanelFeatureState panel = findMenuPanel(menu.getRootMenu()); local
1706 final PanelFeatureState panel = findMenuPanel(isSubMenu ? parentMenu : menu); local
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
ViewImage.java 298 // If the user touches anywhere on the panel (including the
657 View panel = mActionIconPanel; local
659 panel.findViewById(R.id.setas).setVisibility(View.GONE);
660 panel.findViewById(R.id.play).setVisibility(View.VISIBLE);
662 panel.findViewById(R.id.setas).setVisibility(View.VISIBLE);
663 panel.findViewById(R.id.play).setVisibility(View.GONE);
    [all...]
  /sdk/ddms/app/src/com/android/ddms/
UIThread.java 113 * UI tab panel definitions. The constants here must match up with the array
114 * indices in mPanels. PANEL_CLIENT_LIST is a "virtual" panel representing
525 for (TablePanel panel : mPanels) {
526 if (panel != null) {
527 panel.dispose();
    [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
  /cts/tools/dx-tests/lib/
junit.jar 
  /cts/tools/utils/lib/
junit.jar 
  /cts/tools/vm-tests/lib/
junit.jar 

Completed in 967 milliseconds

1 2