/external/webkit/WebCore/css/ |
mediaControlsQuickTime.css | 32 audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel { 38 video:-webkit-full-page-media::-webkit-media-controls-panel {
|
/frameworks/base/docs/html/sdk/1.1_r1/ |
upgrading.jd | 118 <li>Select <strong>Window</strong> > <strong>Preferences...</strong> to open the Preferences panel. (Mac OSX: <strong>Eclipse</strong> > <strong>Preferences</strong>)</li> 119 <li>Select <strong>Android</strong> from the left panel.</li> 120 <li>For the SDK Location in the main panel, click <strong>Browse...</strong> and locate the SDK directory.</li>
|
/external/webkit/WebCore/inspector/front-end/ |
AuditsPanel.js | 33 WebInspector.Panel.call(this); 238 WebInspector.Panel.prototype.show.call(this); 246 WebInspector.Panel.prototype.attach.call(this); 276 WebInspector.AuditsPanel.prototype.__proto__ = WebInspector.Panel.prototype;
|
/external/webkit/WebKit/mac/Misc/ |
WebDownload.h | 39 panel, as either a sheet or window. It provides no extra methods,
|
/external/webkit/WebKit/mac/Panels/ |
WebAuthenticationPanel.h | 37 IBOutlet id panel; variable
|
/frameworks/base/awt/java/awt/event/ |
ContainerEvent.java | 67 * ContainerEvent e = new ContainerEvent(new Panel(),
|
/frameworks/base/docs/html/sdk/ |
adding-components.jd | 62 panel, which shows the SDK components that are 118 <li>Select <strong>Available Packages</strong> in the left panel. 151 panel of the Android SDK and AVD Manager. </li> 201 <li>Select <strong>Available Packages</strong> in the left panel.</li>
|
/hardware/libhardware/include/hardware/ |
gralloc.h | 237 /* resolution of the framebuffer's display panel in pixel per inch*/ 241 /* framebuffer's display panel refresh rate in frames per second */ 268 * the screen to the display panel, upon demand -- as opposed to 269 * constantly refreshing the panel 60 times per second, for instance.
|
/packages/apps/Calculator/res/values-sv/ |
strings.xml | 42 <string name="advanced" msgid="7122495413742976492">"Avancerad panel"</string>
|
/external/sonivox/jet_tools/JetCreator/ |
JetDialogs.py | 41 def __init__(self, panel, ctrlList, callbackClass):
50 self.ctrls[Text] = wx.Button(panel, Id, Lbl, wx.Point(Col, Row), size=Len)
58 self.ctrls[Text] = wx.TextCtrl(panel, Id, "", wx.Point(Col, Row + LBL_OFFSET +3), wx.Size(Len,-1))
60 self.ctrls[Text] = JetSpinOneBased(panel, Id, "", wx.Point(Col, Row + LBL_OFFSET), wx.Size(Len,-1), min=Min, max=Max)
62 self.ctrls[Text] = JetSpin(panel, Id, "", wx.Point(Col, Row + LBL_OFFSET), wx.Size(Len,-1), min=Min, max=Max)
64 self.ctrls[Text] = wx.ComboBox(panel, Id, "", wx.Point(Col, Row + LBL_OFFSET), wx.Size(Len,-1), Lst, wx.CB_DROPDOWN | wx.CB_READONLY )
69 self.ctrls[Text] = TimeCtrl(panel, pos=(Col, Row + LBL_OFFSET), ctlName=Text)
71 self.ctrls[Text] = JetFileCombo(panel, pos=(Col, Row + LBL_OFFSET), size=wx.Size(Len,-1), title=Lbl, spec=Lst, id=Id)
73 self.ctrls[Text] = JetFileText(panel, pos=(Col, Row + LBL_OFFSET), size=wx.Size(Len,-1), title=Lbl, spec=Lst, id=Id)
75 self.ctrls[Text] = wx.StaticBox(parent=panel, id=wx.ID_ANY, label=Lbl, pos=(Row, Col), size=Len) [all...] |
/external/proguard/src/proguard/gui/ |
ClassSpecificationsPanel.java | 127 * Sets the ClassSpecification objects to be represented in this panel. 148 * Returns the ClassSpecification objects currently represented in this panel.
|
MemberSpecificationsPanel.java | 147 * Sets the MemberSpecification instances to be represented in this panel. 182 * this panel, referring to fields or to methods.
|
OptimizationsDialog.java | 102 // Create the optimizations panel. 176 // Add all panels to the main panel.
|
TabbedPane.java | 135 // Add the button and its panel. 215 * Lets the button selection reflect the currently visible panel.
|
/frameworks/base/docs/html/resources/articles/ |
layout-tricks-reuse.jd | 11 bar and a cancel button, a panel containing two buttons (positive and negative 12 actions), a panel with an icon, a title and a description, and so on. You can
|
/frameworks/base/include/media/ |
IAudioFlinger.h | 76 * the preference panel, mostly. 85 * the preference panel, mostly.
|
/packages/apps/Calculator/res/values/ |
strings.xml | 86 <string name="basic">Basic panel</string> 88 <string name="advanced">Advanced panel</string>
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
BaseHeapPanel.java | 36 * Base Panel for heap panels. 75 // and compare it to the one we currently have in the panel.
|
StackTracePanel.java | 39 * Stack Trace Panel. 40 * <p/>This is not a panel in the regular sense. Instead this is just an object around the creation
|
/frameworks/base/docs/html/guide/appendix/ |
glossary.jd | 274 <dt id="panel">Panel</dt> 275 <dd> A panel is a concept not backed by a specific class. It is a View of 277 clicks and perform simple functions related to its parent. A panel floats 279 of a panel (implemented by Android) is the options menu available to every 281 a panel — it's more of a general idea. </dd> 284 <dt id="panel">Window</dt>
|
/external/webkit/WebCore/manual-tests/inspector/ |
display-form-data.html | 14 <p>To test, open the Inspector on this page, go to the Resources panel, 16 Resources panel. Note that for test-4 ... 88 by pressing the submit button. The Resources panel should have a "test-form"
|
/external/webkit/WebKit/chromium/src/js/ |
Tests.js | 173 * @param {string} panelName Name of the panel to show. 177 // Open Scripts panel. 433 var panel = WebInspector.panels.profiles; 434 panel.showProfile(profile); 435 var node = panel.visibleView.profileDataGridTree.children[0]; 490 this.assertEquals(WebInspector.panels.elements, WebInspector.currentPanel, "Elements panel should be current one."); 760 * Ensures that main HTML resource is selected in Scripts panel and that its 789 // Current panel is "Scripts". [all...] |
/frameworks/base/docs/html/sdk/1.0_r1/ |
upgrading.jd | 94 <li>Select <strong>Window</strong> > <strong>Preferences...</strong> to open the Preferences panel. (Mac OSX: <strong>Eclipse</strong> > <strong>Preferences</strong>)</li> 95 <li>Select <strong>Android</strong> from the left panel.</li> 96 <li>For the SDK Location in the main panel, click <strong>Browse...</strong> and locate the SDK directory.</li>
|
/frameworks/base/docs/html/sdk/1.0_r2/ |
upgrading.jd | 94 <li>Select <strong>Window</strong> > <strong>Preferences...</strong> to open the Preferences panel. (Mac OSX: <strong>Eclipse</strong> > <strong>Preferences</strong>)</li> 95 <li>Select <strong>Android</strong> from the left panel.</li> 96 <li>For the SDK Location in the main panel, click <strong>Browse...</strong> and locate the SDK directory.</li>
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
AlarmService_Service.java | 110 // Set the info for the views that show in the notification panel.
|