/development/samples/ApiDemos/src/com/example/android/apis/app/ |
IncomingMessage.java | 97 // Set the info for the views that show in the notification panel.
|
LocalService.java | 108 // Set the info for the views that show in the notification panel.
|
/external/junit/src/junit/swingui/ |
CounterPanel.java | 16 * A panel with test run counters
|
TestSuitePanel.java | 24 * A Panel showing a test suite as a tree.
|
/external/webkit/WebCore/inspector/front-end/ |
AbstractTimelinePanel.js | 33 WebInspector.Panel.call(this); 255 WebInspector.Panel.prototype.show.call(this); 263 WebInspector.Panel.prototype.resize.call(this); 428 WebInspector.AbstractTimelinePanel.prototype.__proto__ = WebInspector.Panel.prototype;
|
InspectorBackendStub.js | 62 storeLastActivePanel: function(panel)
|
inspector.css | 775 .panel { 785 .panel.visible { [all...] |
ScriptsPanel.js | 28 WebInspector.Panel.call(this); 142 var panelEnablerHeading = WebInspector.UIString("You need to enable debugging before you can use the Scripts panel."); 229 WebInspector.Panel.prototype.show.call(this); 237 // Hide any views that are visible that are not this panel's current visible view. 238 // This can happen when a ResourceView is visible in the Resources panel then switched 239 // to the this panel. [all...] |
/external/webkit/WebCore/manual-tests/inspector/ |
hidden-evals.html | 16 <li><p>switch to the Scripts panel, enabling debug if required
|
named-evals.html | 55 the script's panel, and the script list drop-down control.
|
/external/webkit/WebCore/platform/brew/ |
LocalizedStringsBrew.cpp | 181 return "Show spelling panel";
|
/external/webkit/WebCore/platform/haiku/ |
LocalizedStringsHaiku.cpp | 183 return "Show spelling panel";
|
/external/webkit/WebCore/platform/wx/ |
LocalizedStringsWx.cpp | 182 return String("Show Spelling Panel");
|
/external/webkit/WebKit/chromium/src/js/ |
DevTools.js | 118 // Do not reset Profiles panel. 154 * Enables / disables resources panel in the ui. 155 * @param {boolean} enabled New panel status. 320 // Show is called on every show event of a panel, so
|
/external/webkit/WebKit/win/Interfaces/ |
IWebDownload.idl | 50 panel, as either a sheet or window. It provides no extra methods,
|
/frameworks/base/awt/java/awt/event/ |
HierarchyEvent.java | 113 * new Panel(), new Container());
|
/frameworks/base/docs/html/guide/ |
index.jd | 20 As you can see in the panel on the left, the Dev Guide is
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/ |
EventLogView.java | 41 optionsAction.setToolTipText("Opens the options panel");
|
/external/webkit/WebCore/platform/qt/ |
RenderThemeQt.cpp | 510 QStyleOptionFrameV2 panel; 512 panel.initFrom(p.widget); 514 panel.rect = r; 515 panel.lineWidth = findFrameLineWidth(qStyle()); 516 panel.state |= QStyle::State_Sunken; 517 panel.features = QStyleOptionFrameV2::None; 520 ControlPart appearance = initializeCommonQStyleOptions(panel, o); 528 p.drawPrimitive(QStyle::PE_PanelLineEdit, panel);
|
/frameworks/base/core/res/res/values/ |
themes.xml | 122 <!-- Panel attributes --> 429 <!-- Default dark theme for panel windows. This removes all extraneous 433 <style name="Theme.Panel"> 444 <!-- Default light theme for panel windows. This removes all extraneous 448 <style name="Theme.Light.Panel"> 465 <style name="Theme.InputMethod" parent="Theme.Panel"> 473 <style name="Theme.SearchBar" parent="Theme.Panel"> 479 <style name="Theme.GlobalSearchBar" parent="Theme.Panel">
|
/packages/apps/Settings/src/com/android/settings/vpn/ |
VpnProfileEditor.java | 53 * Adds the preferences to the panel. Subclasses should override 78 * Adds the extra preferences to the panel. Subclasses should add
|
/frameworks/base/docs/html/sdk/ |
eclipse-adt.jd | 141 first time with the SDK Usage panel.</li> 378 panel (Mac OS X: <strong>Eclipse</strong> > <strong>Preferences</strong>).</li> 379 <li>Select <strong>Android</strong> from the left panel. </li> 380 <li>For the <em>SDK Location</em> in the main panel, click <strong>Browse...</strong> and 558 <li>Expand the list in the left panel to reveal the installed tools.</li> 569 <li>In the "Details" panel, click the "What is already installed?" link.</li>
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/ |
Workspace.java | 240 JPanel panel = new JPanel(new GridBagLayout()); local 242 panel.setBorder(new UnifiedContentBorder()); 258 panel.add(devicesScroller, new GridBagConstraints(0, 0, 1, 1, 0.5, 1.0, 271 panel.add(windowsScroller, new GridBagConstraints(2, 0, 1, 1, 0.5, 1.0, 275 return panel; 801 JPanel panel = new JPanel(new BorderLayout()); local 849 panel.add(toolBar, BorderLayout.NORTH); 850 panel.add(solidColor); 851 frame.add(panel); [all...] |
/external/sonivox/jet_tools/JetCreator/ |
JetCtrls.py | 540 panel = wx.Panel(self, -1)
542 self.tc = TimeCtrl(panel, pos=(30, 20), maximums=(25, 4, 120), value=(2, 3, 4))
548 js = JetSpin(panel, -1, pos=(30, 100))
552 #fl = JetFileCombo(panel)
|
/frameworks/base/docs/html/sdk/1.5_r1/ |
upgrading.jd | 118 <li>Expand the list in the left panel to reveal the installed tools.</li> 196 panel (Mac: <strong>Eclipse</strong> > <strong>Preferences</strong>).</li> 197 <li>Select <strong>Android</strong> from the left panel.</li> 198 <li>For the <em>SDK Location</em> in the main panel, click <strong>Browse</strong> 218 <li>In the properties, open the Android panel and select a "build target" to compile
|