/sdk/ddms/app/src/com/android/ddms/ |
UIThread.java | 317 // this will make sure the dump hprof button is re-enabled for the 350 // this will make sure the dump hprof button is re-enabled for the [all...] |
/development/samples/JetBoy/src/com/example/android/jetboy/ |
JetBoyView.java | 39 import android.widget.Button; [all...] |
/external/webkit/WebKit/mac/WebView/ |
WebPDFView.mm | [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
ConfigurationSelector.java | 72 import org.eclipse.swt.widgets.Button; 101 private Button mAddButton; 102 private Button mRemoveButton; 263 // 2nd column is the left/right arrow button 271 mAddButton = new Button(buttonComposite, SWT.BORDER | SWT.PUSH); 296 mRemoveButton = new Button(buttonComposite, SWT.BORDER | SWT.PUSH); [all...] |
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/ |
Workspace.java | [all...] |
/external/qemu/android/ |
main.c | 700 if (ev.button.button == 4) 708 else if (ev.button.button == 5) 716 else if (ev.button.button == SDL_BUTTON_LEFT) { 721 fprintf(stderr, "... mouse button %s: button=%d state=%04x x=%d y=%d\n", 723 ev.button.button, ev.button.state, ev.button.x, ev.button.y) [all...] |
/frameworks/base/tests/DumpRenderTree/assets/results/ |
layout_tests_failed.txt | 4 /sdcard/android/layout_tests/accessibility/radio-button-checkbox-size.html 8 /sdcard/android/layout_tests/accessibility/button-press-action.html 9 /sdcard/android/layout_tests/accessibility/img-aria-button-alt-tag.html 11 /sdcard/android/layout_tests/accessibility/radio-button-title-label.html 221 /sdcard/android/layout_tests/fast/events/key-events-in-input-button.html 377 /sdcard/android/layout_tests/fast/forms/button-enter-click.html 383 /sdcard/android/layout_tests/fast/forms/button-spacebar-click.html 384 /sdcard/android/layout_tests/fast/forms/search-cancel-button-mouseup.html 398 /sdcard/android/layout_tests/fast/forms/search-delete-while-cancel-button-clicked.html 405 /sdcard/android/layout_tests/fast/forms/search-abs-pos-cancel-button.htm [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
_index.html | 179 <dd>Demonstrates an ImageButton: a button with an arbitrary graphic on it. </dd> 188 <dd>Demonstrates using a TimePicker directly in a layout without using a confirmation button or dialog.</dd>
|
/external/bluetooth/glib/gio/ |
gunionvolumemonitor.c | 361 "drive-eject-button", 386 g_signal_connect (volume_monitor, "drive-eject-button", (GCallback)child_drive_eject_button, union_monitor);
|
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/ |
SDL_amigaevents.c | 173 /* Mouse button press? */ 181 /* Mouse button release? */
|
/external/qemu/distrib/sdl-1.2.12/src/video/photon/ |
SDL_ph_events.c | 95 /* Convert the photon button state value to an SDL value */ 181 * Not perfect, maybe checking the mouse button
|
/external/webkit/WebCore/rendering/ |
RenderMenuList.cpp | 454 // drop-down button. But leaving room for the button inside the popup menu itself
|
RenderSlider.cpp | 162 bool isLeftButton = mouseEvent->button() == LeftButton; 492 if (event->type() == eventNames().mousedownEvent && mouseEvent->button() == LeftButton) {
|
/external/webkit/WebKit/chromium/src/ |
WebViewImpl.h | 238 // Keyboard event to the Right Mouse button down event. 264 unsigned short button,
|
/external/webkit/WebKit/win/ |
DOMEventsClasses.cpp | 454 HRESULT STDMETHODCALLTYPE DOMMouseEvent::button( function in class:DOMMouseEvent 480 /* [in] */ unsigned short /*button*/,
|
/frameworks/base/core/java/android/app/ |
Notification.java | 105 * with the "Clear All Notifications" button. This probably shouldn't 256 * the Clear all button.
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
widget_design.jd | 118 Photoshop file that contains the three states of the Play button</a>, taken from 120 button effects.</p>
|
/frameworks/base/docs/html/guide/publishing/ |
publishing.jd | 195 <li>The user presses a link or button in your application.</li> 213 The Details page also includes an "Install" button that lets the user trigger
|
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
FileFilter.java | 129 ignoreResultList.add("fast/events/mouseup-outside-button.html"); // requires eventSender.mouseDown(),mouseUp() 150 ignoreResultList.add("fast/forms/search-cancel-button-mouseup.html"); // requires eventSender.mouseDown(),mouseUp()
|
/frameworks/policies/base/phone/com/android/internal/policy/impl/ |
GlobalActions.java | 510 * @param buttonOn Whether the button was turned on or off 533 // Airplane mode can be changed after ECM exits if airplane toggle button
|
/packages/apps/Contacts/src/com/android/contacts/ |
ContactListItemView.java | 125 * Installs a call button listener. 448 * Adds a call button using the supplied arguments as an id and tag.
|
/packages/apps/Email/src/com/android/email/activity/ |
MessageList.java | 68 import android.widget.Button; 101 private Button mReadUnreadButton; 102 private Button mFavoriteButton; 103 private Button mDeleteButton; 244 mReadUnreadButton = (Button) findViewById(R.id.btn_read_unread); 245 mFavoriteButton = (Button) findViewById(R.id.btn_multi_favorite); 246 mDeleteButton = (Button) findViewById(R.id.btn_multi_delete); 254 ((Button) findViewById(R.id.account_title_button)).setOnClickListener(this); [all...] |
MessageView.java | 73 import android.widget.Button; 316 public Button viewButton; 317 public Button downloadButton; 713 * Send a service message indicating that a meeting invite button has been clicked. [all...] |
/packages/apps/IM/src/com/android/im/app/ |
ContactListView.java | 316 .setPositiveButton(R.string.yes, confirmListener) // default button 359 .setPositiveButton(R.string.yes, confirmListener) // default button
|
/packages/apps/Phone/src/com/android/phone/ |
Settings.java | 159 // if the button is anything but the simple toggle preference, 261 //Check if the button value is changed from the System.Setting
|