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

1 2 3

  /development/simulator/app/
PrefsDialog.cpp 209 wxPanel* panel = new wxPanel(parent); local
211 wxStaticText* configNameDescr = new wxStaticText(panel, wxID_STATIC,
213 wxTextCtrl* configName = new wxTextCtrl(panel, IDC_SPREFS_CONFIG_NAME,
218 wxStaticText* debuggerDescr = new wxStaticText(panel, wxID_STATIC,
220 wxTextCtrl* debugger = new wxTextCtrl(panel, IDC_SPREFS_DEBUGGER);
222 wxStaticText* valgrinderDescr = new wxStaticText(panel, wxID_STATIC,
224 wxTextCtrl* valgrinder = new wxTextCtrl(panel, IDC_SPREFS_VALGRINDER);
226 wxCheckBox* autoPowerOn = new wxCheckBox(panel, IDC_SPREFS_AUTO_POWER_ON,
248 panel->SetSizer(horizIndent);
250 return panel;
258 wxPanel* panel = new wxPanel(parent); local
    [all...]
LogPrefsDialog.cpp 231 wxPanel* panel = new wxPanel(parent); local
233 wxStaticBoxSizer* headerOpts = new wxStaticBoxSizer(wxVERTICAL, panel,
235 headerOpts->Add(new wxRadioButton(panel, IDC_LOG_PREFS_FMT_FULL,
238 headerOpts->Add(new wxRadioButton(panel, IDC_LOG_PREFS_FMT_BRIEF,
240 headerOpts->Add(new wxRadioButton(panel, IDC_LOG_PREFS_FMT_MINIMAL,
243 wxCheckBox* singleLine = new wxCheckBox(panel, IDC_LOG_PREFS_SINGLE_LINE,
246 wxStaticText* extraSpacingDescr = new wxStaticText(panel, wxID_STATIC,
248 wxComboBox* extraSpacing = new wxComboBox(panel,
257 wxStaticBoxSizer* textOpts = new wxStaticBoxSizer(wxVERTICAL, panel,
260 new wxStaticText(panel, wxID_STATIC, wxT("Point size:")) )
302 wxPanel* panel = new wxPanel(parent); local
348 wxPanel* panel = new wxPanel(parent); local
    [all...]
  /external/webkit/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];
WebAuthenticationPanel.h 37 IBOutlet id panel; variable
  /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;
TableView.java 43 * Setup the listener for the Table objects of <code>Panel</code>, and setup
45 * @param panel The panel to setup
46 * @param parent The parent composite of the Panel's content.
48 void setupTableFocusListener(TablePanel panel, Composite parent) {
49 panel.setTableFocusListener(new ITableFocusListener() {
  /external/webkit/WebKitTools/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/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();
  /external/webkit/WebKit/mac/DefaultDelegates/
WebDefaultUIDelegate.m 168 WebJavaScriptTextInputPanel *panel = [[WebJavaScriptTextInputPanel alloc] initWithPrompt:prompt text:defaultText];
169 [panel showWindow:nil];
171 if ([NSApp runModalForWindow:[panel window]]) {
172 result = [panel text];
176 [[panel window] close];
177 [panel release];
  /external/webkit/WebCore/css/
mediaControlsGtk.css 28 audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel {
mediaControlsQt.css 35 audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel {
49 video:-webkit-full-page-media::-webkit-media-controls-panel {
mediaControls.css 32 audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel {
46 video:-webkit-full-page-media::-webkit-media-controls-panel {
mediaControlsAndroid.css 33 audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel {
47 video:-webkit-full-page-media::-webkit-media-controls-panel {
mediaControlsChromium.css 33 audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel {
44 video:-webkit-full-page-media::-webkit-media-controls-panel {
  /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/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/WebCore/inspector/front-end/
Panel.js 29 WebInspector.Panel = function()
33 this.element.addStyleClass("panel");
36 WebInspector.Panel.prototype = {
50 this._toolbarItem.panel = this;
184 var panel = this;
196 if (panel._currentSearchChunkIntervalIdentifier === chunkIntervalIdentifier)
197 delete panel._currentSearchChunkIntervalIdentifier;
382 WebInspector.Panel.prototype.__proto__ = WebInspector.View.prototype;
inspector.js 182 // Perform the search on a timeout so the panel switches fast.
353 // TODO: Remove immediate return when enabling the Changes Panel
448 // TODO: Uncomment when enabling the Changes Panel
506 // TODO: Uncomment when enabling the Changes Panel
523 WebInspector.addPanelToolbarIcon = function(toolbarElement, panel, previousToolbarItem)
525 var panelToolbarItem = panel.toolbarItem;
526 this.panelOrder.push(panel);
    [all...]
ElementsPanel.js 33 WebInspector.Panel.call(this);
42 this.treeOutline.panel = this;
48 if (this.panel.visible && WebInspector.currentFocusElement !== document.getElementById("search"))
51 this.panel.updateBreadcrumb(forceUpdate);
53 for (var pane in this.panel.sidebarPanes)
54 this.panel.sidebarPanes[pane].needsUpdate = true;
56 this.panel.updateStyles(true);
57 this.panel.updateMetrics();
58 this.panel.updateProperties();
59 this.panel.updateEventListeners()
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetAudition.py 73 panel = wx.Panel(self, -1)
75 self.segList = JetListCtrl(panel)
82 self.queueList = JetListCtrl(panel)
86 self.trackList = JetTrackCtrl(panel)
92 self.btnMuteAll = wx.Button(panel, -1, JetDefs.BUT_MUTEALL)
93 self.btnUnMuteAll = wx.Button(panel, -1, JetDefs.BUT_MUTENONE)
94 self.btnMuteOrg = wx.Button(panel, -1, JetDefs.BUT_ORGMUTES)
104 self.btnQueue = wx.Button(panel, -1, JetDefs.BUT_QUEUE)
105 self.btnCancelNQueue = wx.Button(panel, -1, JetDefs.BUT_CANCELANDQUEUE)
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
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/
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...]
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...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java 123 * The panel that is prepared or opened (the most recent one if there are
124 * multiple panels). Shortcuts will go to this panel. It gets set in
292 * Prepares the panel to either be opened or chorded. This creates the Menu
293 * instance for the panel and populates it via the Activity callbacks.
295 * @param st The panel state to prepare.
296 * @param event The event that triggered the preparing of the panel.
297 * @return Whether the panel was prepared. If the panel should not be shown,
306 // Another Panel is prepared and possibly open, so close it
317 // Init the panel state's menu--return false if init faile
648 final PanelFeatureState panel = panels[i]; local
735 final PanelFeatureState panel = panels[i]; local
746 final PanelFeatureState panel = findMenuPanel(menu.getRootMenu()); local
755 final PanelFeatureState panel = findMenuPanel(menu); local
766 final PanelFeatureState panel = findMenuPanel(parentMenu); local
    [all...]

Completed in 1163 milliseconds

1 2 3