/external/webkit/WebKit/chromium/src/ |
WebInputEventConversion.cpp | 57 m_button = static_cast<MouseButton>(e.button); 200 switch (event.button()) { 202 button = WebMouseEvent::ButtonLeft; 205 button = WebMouseEvent::ButtonMiddle; 208 button = WebMouseEvent::ButtonRight; 213 switch (event.button()) {
|
WebSearchableFormData.cpp | 75 // If the form does not have an activated submit button, the first submit 76 // button is returned. 83 // There's a button that is already activated for submit, return 0. 234 // The form does not have an active submit button, make the first button 236 // name of the submit button.
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
ListFilter.java | 24 import android.widget.Button; 36 private Button mHide; 37 private Button mShow; 49 mHide = (Button) findViewById(R.id.hide); 52 mShow = (Button) findViewById(R.id.show); 82 "Buchette d'Anjou", "Buffalo", "Burgos", "Butte", "Butterkase", "Button (Innes)",
|
/packages/apps/Settings/res/layout/ |
radio_info.xml | 45 <Button android:id="@+id/ping_test" 192 <Button android:id="@+id/radio_power" 206 <Button android:id="@+id/refresh_smsc" 214 <Button android:id="@+id/update_smsc" 232 <Button android:id="@+id/dns_check_toggle" 243 <Button android:id="@+id/oem_info"
|
/packages/apps/SpeechRecorder/src/com/android/speechrecorder/ |
SpeechRecorderActivity.java | 29 import android.widget.Button; 51 private Button mRecord; 52 private Button mRedo; 76 mRecord = (Button) findViewById(R.id.recordButton); 77 mRedo = (Button) findViewById(R.id.redoButton); 201 // to avoid the button click
|
/sdk/ddms/app/src/com/android/ddms/ |
StaticPortEditDialog.java | 29 import org.eclipse.swt.widgets.Button; 59 private Button mOkButton; 221 mOkButton = new Button(bottomComp, SWT.NONE); 233 Button cancelButton = new Button(bottomComp, SWT.NONE); 327 // at this point there's not error, so we enable the ok button.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/ |
EditableDialogCellEditor.java | 34 import org.eclipse.swt.widgets.Button; 43 * <p/>Also set the button to {@link SWT#FLAT} to make sure it looks good on MacOS X. 66 * Re-implement this method only to properly set the style in the button, or it won't look 70 protected Button createButton(Composite parent) { 71 Button result = new Button(parent, SWT.DOWN | SWT.FLAT);
|
/frameworks/base/docs/html/guide/topics/ui/ |
dialogs.jd | 170 "back" button to close the dialog, or if the dialog explicitly calls {@link android.app.Dialog#cancel()} 171 (perhaps from a "Cancel" button in the dialog). When a dialog is cancelled, 208 use the <code>set...Button()</code> methods:</p> 230 to be <em>not cancelable</em> (so the user cannot close the dialog with the back button) 231 with {@link android.app.AlertDialog.Builder#setCancelable(boolean)}. For each button, 232 use one of the <code>set...Button()</code> methods, such as 234 setPositiveButton()}, that accepts the name for the button and a 236 when the user selects the button.</p> 238 <p class="note"><strong>Note:</strong> You can only add one of each button type to the 239 AlertDialog. That is, you cannot have more than one "positive" button. This limits the numbe [all...] |
/external/webkit/WebCore/rendering/ |
MediaControlElements.cpp | 449 : MediaControlInputElement(document, MEDIA_CONTROLS_MUTE_BUTTON, "button", element) 470 : MediaControlInputElement(document, MEDIA_CONTROLS_PLAY_BUTTON, "button", element) 492 "button", element) 551 : MediaControlInputElement(document, MEDIA_CONTROLS_REWIND_BUTTON, "button", element) 568 : MediaControlInputElement(document, MEDIA_CONTROLS_RETURN_TO_REALTIME_BUTTON, "button", element) 585 : MediaControlInputElement(doc, MEDIA_CONTROLS_TOGGLE_CLOSED_CAPTIONS_BUTTON, "button", element) 614 // Left button is 0. Rejects mouse events not from left button. 615 if (event->isMouseEvent() && static_cast<MouseEvent*>(event)->button()) 659 // Left button is 0. Rejects mouse events not from left button [all...] |
/packages/apps/Settings/src/com/android/settings/ |
RadioInfo.java | 52 import android.widget.Button; 127 private Button radioPowerButton; 128 private Button dnsCheckToggleButton; 129 private Button pingTestButton; 130 private Button updateSmscButton; 131 private Button refreshSmscButton; 132 private Button oemInfoButton; 285 radioPowerButton = (Button) findViewById(R.id.radio_power); 288 pingTestButton = (Button) findViewById(R.id.ping_test); 290 updateSmscButton = (Button) findViewById(R.id.update_smsc) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
DeviceChooserDialog.java | 53 import org.eclipse.swt.widgets.Button; 86 private Button mDeviceRadioButton; 282 // ok button has been created (it's created after the call to createDialogArea) 301 mDeviceRadioButton = new Button(top, SWT.RADIO); 323 // offset the selector from the radio button 389 Button radio2 = new Button(top, SWT.RADIO); 392 // offset the selector from the radio button 571 // we update the OK button based on its state. 594 * Enables or disables the OK button of the dialog based on various selections in the dialog [all...] |
/frameworks/base/core/java/android/app/ |
SearchDialog.java | 62 import android.widget.Button; 90 // a microphone button since one already exists in the search dialog. 100 private Button mGoButton; 204 mGoButton = (Button) findViewById(com.android.internal.R.id.search_go_btn); 463 // If the search dialog is going to show a voice search button, then don't let 464 // the soft keyboard display a microphone button if it would have otherwise. 583 * Update the visibility of the voice button. There are actually two voice search modes, 584 * either of which will activate the button. 586 * criteria apply to make the voice button visible. Otherwise the voice button will no [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
RemoteViewsActivityTest.java | 68 assertTrue("Button not inflated", result.findViewById(R.id.button) != null);
|
/development/samples/ApiDemos/res/layout/ |
controls_1.xml | 27 <Button android:id="@+id/button"
|
table_layout_7.xml | 95 <Button 100 <Button
|
/development/simulator/app/ |
PhoneButton.cpp | 62 return true; // no image associated with this button 113 * Check to see if the button "collides" with the specified point.
|
/external/webkit/JavaScriptCore/tests/mozilla/ |
menuhead.html | 136 <input type='button' value='Export Test List' onClick='createList();'> 137 <input type='button' value='Import Test List'
|
/external/webkit/WebCore/inspector/front-end/ |
PanelEnablerView.js | 69 this.enableButton = document.createElement("button"); 70 this.enableButton.setAttribute("type", "button");
|
/external/webkit/WebCore/manual-tests/inspector/ |
named-evals.html | 63 <tt>"(program):f0.js"</tt> script. Then click this button: 65 <p><input type="button" value="run" onclick="funcs[0]()">
|
/external/webkit/WebCore/platform/mac/ |
PlatformMouseEventMac.mm | 161 PlatformMouseEvent::PlatformMouseEvent(int x, int y, int globalX, int globalY, MouseButton button, MouseEventType eventType, 166 , m_button(button)
|
/external/webkit/WebKit/android/ |
RenderSkinButton.cpp | 73 LOGD("RenderSkinButton::Init: button assets failed to decode\n\tBrowser buttons will not draw"); 106 /* FIXME: it shoudn't be necessary to offset the button here,
|
/frameworks/base/awt/java/awt/event/ |
HierarchyEvent.java | 111 * HierarchyEvent e = new HierarchyEvent(new Button("Button"),
|
/frameworks/base/core/res/assets/webkit/ |
youtube.html | 48 // we scale the play button and logo according to the dimension that 64 // To make it slightly easier to hit, the click target is twice the width/height of the unscaled play button
|
/frameworks/base/core/res/res/layout/ |
keyguard_screen_sim_pin_landscape.xml | 94 <Button android:id="@+id/ok" 105 <Button android:id="@+id/emergencyCall"
|
/frameworks/policies/base/phone/com/android/internal/policy/impl/ |
PatternUnlockScreen.java | 27 import android.widget.Button; 122 private Button mForgotPatternButton; 123 private Button mEmergencyAlone; 124 private Button mEmergencyTogether; 214 mEmergencyAlone = (Button) findViewById(R.id.emergencyCallAlone); 217 mEmergencyTogether = (Button) findViewById(R.id.emergencyCallTogether); 222 mForgotPatternButton = (Button) findViewById(R.id.forgotPattern); 455 // show "forgot pattern?" button if we have an alternate authentication method
|