HomeSort by relevance Sort by last modified time
    Searched full:panel (Results 26 - 50 of 299) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/telephony/java/com/android/internal/telephony/
IExtendedNetworkService.aidl 9 * This should be called when a MMI command is placed from panel.
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
SelectionDependentPanel.java 23 * A Panel that requires {@link Device}/{@link Client} selection notifications.
25 public abstract class SelectionDependentPanel extends Panel {
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
PhoneWindow.java 114 * The panel that is prepared or opened (the most recent one if there are
115 * multiple panels). Shortcuts will go to this panel. It gets set in
274 * Prepares the panel to either be opened or chorded. This creates the Menu
275 * instance for the panel and populates it via the Activity callbacks.
277 * @param st The panel state to prepare.
278 * @param event The event that triggered the preparing of the panel.
279 * @return Whether the panel was prepared. If the panel should not be shown,
288 // Another Panel is prepared and possibly open, so close it
299 // Init the panel state's menu--return false if init faile
630 final PanelFeatureState panel = panels[i]; local
717 final PanelFeatureState panel = panels[i]; local
728 final PanelFeatureState panel = findMenuPanel(menu.getRootMenu()); local
737 final PanelFeatureState panel = findMenuPanel(menu); local
748 final PanelFeatureState panel = findMenuPanel(parentMenu); local
    [all...]
  /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/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...]
  /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();
  /frameworks/base/core/java/android/view/
Window.java 42 /** Flag for the "options panel" feature. This is enabled by default. */
167 * Instantiate the view to display in the panel for 'featureId'.
171 * @param featureId Which panel is being created.
173 * @return view The top-level view to place in the panel.
180 * Initialize the contents of the menu for panel 'featureId'. This is
183 * the panel, the first time it is shown.
189 * @param featureId The panel being created.
190 * @param menu The menu inside the panel.
192 * @return boolean You must return true for the panel to be displayed;
198 * Prepare a panel to be displayed. This is called right before th
    [all...]
  /external/webkit/WebCore/inspector/front-end/
PanelEnablerView.js 30 this.element.addStyleClass("panel-enabler-view");
34 this.contentElement.className = "panel-enabler-view-content";
65 this.disclaimerElement.className = "panel-enabler-disclaimer";
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;
  /external/webkit/WebCore/css/
mediaControlsGtk.css 28 audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel {
  /external/webkit/WebCore/manual-tests/inspector/
duplicate-resource-urls.html 10 <li><p><a href="https://bugs.webkit.org/show_bug.cgi?id=30079">Bug 30079: unselectable resources in resource panel</a>
13 <p>To test, open the Inspector on this page, go to the Resources panel.
display-sql-transaction-error.html 14 <li>Go to the Databases panel</li>
  /packages/apps/Calculator/res/values-da/
strings.xml 41 <string name="basic" msgid="7691469861698059753">"Grundlćggende panel"</string>
42 <string name="advanced" msgid="7122495413742976492">"Avanceret panel"</string>
  /packages/apps/Calculator/res/values-es/
strings.xml 41 <string name="basic" msgid="7691469861698059753">"Panel de funciones básicas"</string>
42 <string name="advanced" msgid="7122495413742976492">"Panel de funciones avanzadas"</string>
  /packages/apps/Calculator/res/values-es-rUS/
strings.xml 41 <string name="basic" msgid="7691469861698059753">"Panel básico"</string>
42 <string name="advanced" msgid="7122495413742976492">"Panel avanzado"</string>
  /packages/apps/Calculator/res/values-nb/
strings.xml 41 <string name="basic" msgid="7691469861698059753">"Grunnleggende panel"</string>
42 <string name="advanced" msgid="7122495413742976492">"Avansert panel"</string>
  /packages/apps/Calculator/res/values-pl/
strings.xml 41 <string name="basic" msgid="7691469861698059753">"Panel podstawowy"</string>
42 <string name="advanced" msgid="7122495413742976492">"Panel zaawansowany"</string>
  /packages/apps/Calculator/res/values-tr/
strings.xml 41 <string name="basic" msgid="7691469861698059753">"Ana panel"</string>
42 <string name="advanced" msgid="7122495413742976492">"Geli?mi? panel"</string>
  /packages/apps/Phone/src/com/android/phone/
Profiler.java 44 // panel" in the Phone UI any more; incoming calls just go straight to the
115 log(">>> incoming call panel perf stats <<<");
  /external/webkit/WebKit/mac/WebView/
WebUIDelegate.h 120 the file open panel requested by runOpenPanelForFileButtonWithResultListener:
126 @abstract Call this method to return a filename from the file open panel.
133 @abstract Call this method to return an array of filenames from the file open panel.
140 @abstract Call this method to indicate that the file open panel was cancelled.
353 @abstract Display a JavaScript alert panel.
357 @discussion Clients should visually indicate that this panel comes
358 from JavaScript initiated by the specified frame. The panel should have
365 @abstract Display a JavaScript confirm panel.
370 @discussion Clients should visually indicate that this panel comes
371 from JavaScript initiated by the specified frame. The panel should have
    [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...]
  /device/htc/dream-sapphire/boot/
Android.mk 23 LOCAL_SRC_FILES := board.c panel.c keypad.c usb.c
  /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...]
  /external/webkit/WebCore/manual-tests/
debugger-caught-uncaught-exceptions.html 30 <p>To test this bug, open the inspector, open the scripts panel, and click the button to pause on all exceptions, press
  /external/webkit/WebKit/wx/bindings/python/samples/
simple.py 30 class TestPanel(wx.Panel):
32 wx.Panel.__init__(
149 self.panel = TestPanel(self, -1)
150 self.panel.webview.LoadURL("http://www.wxwidgets.org/")

Completed in 58 milliseconds

12 3 4 5 6 7 8 91011>>