/development/samples/ApiDemos/src/com/example/android/apis/app/ |
MenuInflateFromXml.java | 161 // Don't toast text when a submenu is clicked
|
/external/webkit/WebCore/inspector/front-end/ |
BreakpointsSidebarPane.js | 74 // without this, we'd switch to the source of the clicked breakpoint
|
/external/webkit/WebKit/mac/WebCoreSupport/ |
WebViewFactory.mm | 610 return UI_STRING("select", "Verb stating the action that will occur when a radio button is clicked, as used by accessibility"); 620 return UI_STRING("uncheck", "Verb stating the action that will occur when a checked checkbox is clicked, as used by accessibility"); 625 return UI_STRING("check", "Verb stating the action that will occur when an unchecked checkbox is clicked, as used by accessibility"); 630 return UI_STRING("jump", "Verb stating the action that will occur when a link is clicked, as used by accessibility");
|
/external/webkit/WebKitTools/DumpRenderTree/win/ |
PolicyDelegate.cpp | 114 typeDescription = TEXT("link clicked");
|
/external/wpa_supplicant_6/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())); 47 connect(useWpsButton, SIGNAL(clicked()), this, SLOT(useWps()));
|
/frameworks/base/core/java/android/app/ |
TimePickerDialog.java | 41 * the time (they clicked on the 'Set' button).
|
Notification.java | 94 * The intent to execute when the expanded status entry is clicked. If 248 * set if the notification should be canceled when it is clicked by the
|
/frameworks/base/core/java/android/preference/ |
PreferenceManager.java | 731 * hierarchy rooted at this {@link PreferenceManager} is clicked. 746 * clicked. 751 * {@link PreferenceScreen} has been clicked. 755 * @param preference The preference that was clicked.
|
Preference.java | 133 * clicked. 137 * Called when a Preference has been clicked. 139 * @param preference The Preference that was clicked. 298 * {@link Context#startActivity(Intent)} when this Preference is clicked. 780 * Sets the callback to be invoked when this Preference is clicked. 789 * Returns the callback to be invoked when this Preference is clicked. [all...] |
/frameworks/base/docs/html/guide/tutorials/views/ |
hello-datepicker.jd | 79 Then we create an on-click listener for the Button, so that when it is clicked it will
|
hello-timepicker.jd | 79 We then set an on-click listener for the Button, so that when it is clicked, it will
|
/frameworks/base/docs/html/resources/tutorials/views/ |
hello-formstuff.jd | 107 defines the action to be made when the button is clicked. In this example, a 195 defines the action to be made when the checkbox is clicked. When clicked, {@link 316 defines the action to perform when the button is clicked. In this example, the callback
|
/frameworks/policies/base/mid/com/android/internal/policy/impl/ |
PowerDialog.java | 159 // Log.i(TAG, "Clicked mKeyguard! dimissing dialog");
|
/frameworks/policies/base/phone/com/android/internal/policy/impl/ |
PowerDialog.java | 163 // Log.i(TAG, "Clicked mKeyguard! dimissing dialog");
|
/packages/apps/Calendar/src/com/android/calendar/ |
AlertReceiver.java | 56 /* The user has clicked the "Clear All Notifications"
|
/packages/apps/Contacts/src/com/android/contacts/ui/widget/ |
KindSectionView.java | 199 // if this is not a list the plus button is not visible but the user might have clicked
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
ProjectChooserHelper.java | 139 // open the dialog and return the object selected if OK was clicked, or null otherwise
|
/frameworks/base/test-runner/src/android/test/ |
TouchUtils.java | 249 * @param v The view that should be clicked 289 * @param v The view that should be clicked 324 * @param v The view that should be clicked 370 * @param v The view that should be clicked 385 * @param v The view that should be clicked
|
/build/tools/droiddoc/templates/assets/ |
android-developer-reference.js | 301 * @param linkObj The link that was clicked. 328 * @param linkObj The link that was clicked.
|
carousel.js | 136 droid(slideName); // do this function when slide is clicked
|
/development/samples/ContactManager/src/com/example/android/contactmanager/ |
ContactAdder.java | 158 * Actions for when the Save button is clicked. Creates a contact entry and terminates the 162 Log.v(TAG, "Save button clicked");
|
/external/webkit/WebKit/win/ |
FullscreenVideoController.cpp | 159 // When we start, we need to snap the slider position to the x position if we clicked the gutter. 160 // But if we click the button, we need to drag relative to where we clicked down. We only need
|
/frameworks/base/core/java/android/widget/ |
TabHost.java | 128 public void onTabSelectionChanged(int tabIndex, boolean clicked) { 130 if (clicked) {
|
/frameworks/base/docs/html/videos/ |
index.jd | 206 * @param link The link <a> object that was clicked 224 * @param link The link <a> object that was clicked
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/ |
SdkTargetSelector.java | 259 * double-clicked (aka "the default selection"). 266 // Add a selection listener that will check/uncheck items when they are double-clicked
|