/packages/apps/Calendar/src/com/android/calendar/ |
GoogleCalendarUriIntentFilter.java | 73 // Pick up attendee status action from uri clicked
|
/packages/apps/Email/src/com/android/exchange/ |
CalendarSyncEnabler.java | 97 // Launch Calendar app when clicked.
|
/packages/apps/Mms/src/com/android/mms/ui/ |
NumberPickerDialog.java | 42 * the time (they clicked on the 'Set' button).
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
Source.java | 33 * clicked, the resulting intent will be sent to this activity.
|
/packages/apps/Settings/src/com/android/settings/ |
DevelopmentSettings.java | 46 // To track whether Yes was clicked in the adb warning dialog
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
BluetoothPairingRequest.java | 35 * be clicked to bring up the Pairing entry dialog.
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/ |
ITaskMonitor.java | 93 * @return true if YES was clicked.
|
/frameworks/base/core/java/android/preference/ |
PreferenceScreen.java | 48 * Instead, a separate screen will be shown when this preference is clicked. 72 * clicked will show another screen of preferences such as "Prefer WiFi" (and
|
/frameworks/base/core/java/android/widget/ |
CompoundButton.java | 35 * or clicked, the state changes automatically. 97 /* When clicked, toggle the state */
|
QuickContactBadge.java | 154 * until this view is clicked. 175 * until this view is clicked.
|
/frameworks/base/docs/html/resources/tutorials/views/ |
hello-gallery.jd | 59 position of the {@link android.view.View} clicked (zero-based), and the row ID of the item clicked
|
/packages/apps/AlarmClock/src/com/android/alarmclock/ |
AlarmReceiver.java | 130 // Trigger a notification that, when clicked, will show the alarm alert 172 // Launch SetAlarm when clicked.
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
AlarmReceiver.java | 130 // Trigger a notification that, when clicked, will show the alarm alert 172 // Launch SetAlarm when clicked.
|
/packages/apps/Gallery/src/com/android/camera/ |
MenuHelper.java | 258 // Called when "Show on Maps" is clicked. 364 // Called when "Details" is clicked. 573 // Called when "Rotate left" or "Rotate right" is clicked. 587 // Called when "Crop" is clicked. 606 // Called when "Set as" is clicked. 623 // Called when "Share" is clicked. 652 // Called when "Play" is clicked. 666 // Called when "Delete" is clicked. [all...] |
/external/webkit/WebKit/win/ |
WebCoreLocalizedStrings.cpp | 90 String WebCore::AXRadioButtonActionVerb() { return String(LPCTSTR_UI_STRING("select", "Verb stating the action that will occur when a radio button is clicked, as used by accessibility")); } 92 String WebCore::AXCheckedCheckBoxActionVerb() { return String(LPCTSTR_UI_STRING("uncheck", "Verb stating the action that will occur when a checked checkbox is clicked, as used by accessibility")); } 93 String WebCore::AXUncheckedCheckBoxActionVerb() { return String(LPCTSTR_UI_STRING("check", "Verb stating the action that will occur when an unchecked checkbox is clicked, as used by accessibility")); } 94 String WebCore::AXLinkActionVerb() { return String(LPCTSTR_UI_STRING("jump", "Verb stating the action that will occur when a link is clicked, as used by accessibility")); } 95 String WebCore::AXMenuListActionVerb() { return String(LPCTSTR_UI_STRING("open", "Verb stating the action that will occur when a select element is clicked, as used by accessibility")); } 96 String WebCore::AXMenuListPopupActionVerb() { return String(LPCTSTR_UI_STRING("press", "Verb stating the action that will occur when a select element's popup list is clicked, as used by accessibility")); }
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
wpagui.cpp | 105 connect(disconnectButton, SIGNAL(clicked()), this, SLOT(disconnect())); 106 connect(scanButton, SIGNAL(clicked()), this, SLOT(scan())); 107 connect(connectButton, SIGNAL(clicked()), this, SLOT(connectB())); 112 connect(addNetworkButton, SIGNAL(clicked()), this, SLOT(addNetwork())); 113 connect(editNetworkButton, SIGNAL(clicked()), this, 115 connect(removeNetworkButton, SIGNAL(clicked()), this, 123 connect(scanNetworkButton, SIGNAL(clicked()), this, SLOT(scan())); 128 connect(wpsPbcButton, SIGNAL(clicked()), this, SLOT(wpsPbc())); 129 connect(wpsPinButton, SIGNAL(clicked()), this, SLOT(wpsGeneratePin())); 132 connect(wpsApPinButton, SIGNAL(clicked()), this, SLOT(wpsApPin())) [all...] |
/cts/tests/src/android/widget/cts/util/ |
ListScenario.java | 284 * Override this if you want to know when something has been clicked (perhaps 293 * Override this if you want to know when something has been long clicked (perhaps 417 * Attaches a long press listener. You can find out which views were clicked by calling
|
/external/wpa_supplicant/wpa_gui-qt4/ |
networkconfig.cpp | 40 connect(cancelButton, SIGNAL(clicked()), this, SLOT(close())); 41 connect(addButton, SIGNAL(clicked()), this, SLOT(addNetwork())); 44 connect(removeButton, SIGNAL(clicked()), this, SLOT(removeNetwork()));
|
wpagui.cpp | 41 connect(disconnectButton, SIGNAL(clicked()), this, SLOT(disconnect())); 42 connect(scanButton, SIGNAL(clicked()), this, SLOT(scan())); 43 connect(connectButton, SIGNAL(clicked()), this, SLOT(connectB()));
|
/frameworks/base/core/tests/coretests/src/android/util/ |
ListScenario.java | 283 * Override this if you want to know when something has been clicked (perhaps 292 * Override this if you want to know when something has been long clicked (perhaps 418 * Attaches a long press listener. You can find out which views were clicked by calling
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountSetupBasics.java | 391 * manual setup. Technically speaking, AutoDiscover is OK here, since user clicked 465 * @param allowAutoDiscover - true if the user clicked 'next' and (if the account is EAS) 518 // no AutoDiscover - user clicked "manual"
|
/packages/apps/Phone/src/com/android/phone/ |
OtaUtils.java | 707 if (DBG) log("Activation Try Again Clicked!"); 714 if (DBG) log("Activation End Call Button Clicked!"); 727 if (DBG) log("OTA Speaker button Clicked!"); 735 if (DBG) log("Call Activation Clicked!"); 740 if (DBG) log("Activation Skip Clicked!"); 772 if (DBG) log("Dialog Next Clicked!"); [all...] |
/frameworks/base/core/java/android/app/ |
ListActivity.java | 205 * @param v The view that was clicked within the ListView 207 * @param id The row id of the item that was clicked
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/ |
UiManifestPkgAttrNode.java | 207 // open the dialog and use the object selected if OK was clicked, or null otherwise 231 * When the label is clicked and there's already a package name, this method
|
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
Transition3d.java | 83 * @param position the item that was clicked to show a picture, or -1 to show the list
|