HomeSort by relevance Sort by last modified time
    Searched full:clicked (Results 1 - 25 of 272) sorted by null

1 2 3 4 5 6 7 8 91011

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SuggestionClickListener.java 25 * Called when a suggestion is clicked.
27 * @param position Position of the clicked suggestion.
32 * Called when a quick contact badge in a suggestion is clicked.
39 * Called when a suggestion is long clicked.
41 * @param position Position of the long clicked suggestion.
46 * Called when the "query refine" button of a suggestion is clicked.
  /external/webkit/WebCore/manual-tests/
onclick_in_noncontent.html 6 alert('You clicked '+element.nodeName);
show-hide-object.html 16 The Flash movie hides when "Hide Flash" is clicked, and shows again when "Show Flash" is clicked.
20 The Flash movie hides when "Hide Flash" is clicked, but does not show again when "Show Flash" is clicked. Clicking on "Hide Flash" and then "Show Flash" again will show the movie.
background-image-change-in-page-cache.html 23 <a href="?clicked">Click here</a>
26 if (location.href.match("clicked$"))
focus-select-when-clicked.html 15 Blue focus ring is drawn around the pop-up menu when clicked, then focus moves to TEXT AREA 2 after pressing tab.</p>
18 No blue focus ring drawn around the pop-up menu when clicked, or after selecting OPTION 1 from the list. After selecting option 1 and pressing tab, focus will land on the first focusable element on the page.
onbeforeunload-focused-iframe.html 16 After the close button is clicked, you should see a dialog that reads:</p>
transition-left.html 39 <p>The element below should move 200 pixels left or right when clicked</p>
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
MyRssReader.java 85 showAlert(null, "You clicked 'start'!", "ok", null, false, null);
88 showAlert(null, "You clicked stop!", "ok", null, false, null);
91 showAlert(null, "You clicked 'Add'!", "ok", null, false, null);
94 showAlert(null, "You clicked 'Delete'!", "ok", null, false, null);
97 showAlert(null, "You clicked 'Update'!", "ok", null, false, null);
100 showAlert(null, "I have no idea what you clicked!", "ok", null, false, null);
MyRssReader2.java 119 showAlert(null, "You clicked 'start'!", "ok", null, false, null);
122 showAlert(null, "You clicked stop!", "ok", null, false, null);
125 showAlert(null, "You clicked 'Add'!", "ok", null, false, null);
128 showAlert(null, "You clicked 'Delete'!", "ok", null, false, null);
131 showAlert(null, "You clicked 'Update'!", "ok", null, false, null);
134 showAlert(null, "I have no idea what you clicked!", "ok", null, false, null);
MyRssReader3.java 104 showAlert(null, "You clicked 'start'!", "ok", null, false, null);
107 showAlert(null, "You clicked stop!", "ok", null, false, null);
123 showAlert(null, "You clicked 'Update'!", "ok", null, false, null);
126 showAlert(null, "I have no idea what you clicked!", "ok", null, false, null);
MyRssReader4.java 114 showAlert(null, "You clicked 'start'!", "ok", null, false, null);
117 showAlert(null, "You clicked stop!", "ok", null, false, null);
137 showAlert(null, "You clicked 'Update'!", "ok", null, false, null);
140 showAlert(null, "I have no idea what you clicked!", "ok", null, false, null);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
AlertDialogSamples.java 84 /* User clicked OK so do some stuff */
90 /* User clicked Cancel so do some stuff */
102 /* User clicked OK so do some stuff */
108 /* User clicked Something so do some stuff */
114 /* User clicked Cancel so do some stuff */
124 /* User clicked so do some stuff */
142 /* User clicked Yes so do some stuff */
149 /* User clicked No so do some stuff */
160 /* User clicked on a radio button do some stuff */
166 /* User clicked Yes so do some stuff *
    [all...]
  /frameworks/base/core/java/android/content/
DialogInterface.java 110 * item on the dialog is clicked..
114 * This method will be invoked when a button in the dialog is clicked.
117 * @param which The button that was clicked (e.g.
119 * of the item clicked.
127 * item in a multi-choice dialog is clicked.
131 * This method will be invoked when an item in the dialog is clicked.
134 * @param which The position of the item in the list that was clicked.
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
ShortcutRepositoryTest.java 165 SuggestionData clicked = new SuggestionData(CONTACTS_SOURCE) local
170 reportClick("bob smith", clicked);
175 SuggestionData clicked = new SuggestionData(CONTACTS_SOURCE) local
188 reportClick("q", clicked);
190 assertShortcuts("q", clicked);
191 assertShortcuts("", clicked);
195 SuggestionData clicked = new SuggestionData(CONTACTS_SOURCE) local
204 reportClick("q", clicked);
222 SuggestionData clicked = new SuggestionData(CONTACTS_SOURCE) local
227 reportClick("bob smith", clicked);
253 SuggestionData clicked = new SuggestionData(CONTACTS_SOURCE) local
    [all...]
  /sdk/ddms/app/src/com/android/ddms/
DropdownSelectionListener.java 63 * Invoked when dropdown or neighboring arrow is clicked.
68 // arrow clicked, show menu
75 // button clicked
  /frameworks/base/core/java/android/app/
AlertDialog.java 144 * @param msg The {@link Message} to be sent when clicked.
491 * @param listener The listener that will be called when an item is clicked.
507 * @param listener The listener that will be called when an item is clicked.
533 * @param listener notified when an item on the list is clicked. The dialog will not be
534 * dismissed when an item is clicked. It will only be dismissed if clicked on a
559 * @param listener notified when an item on the list is clicked. The dialog will not be
560 * dismissed when an item is clicked. It will only be dismissed if clicked on a
587 * @param listener notified when an item on the list is clicked. The dialog will not b
    [all...]
  /external/wpa_supplicant/wpa_gui/
userdatarequest.ui 125 <signal>clicked()</signal>
131 <signal>clicked()</signal>
  /external/wpa_supplicant/wpa_gui-qt4/
scanresults.cpp 29 connect(closeButton, SIGNAL(clicked()), this, SLOT(close()));
30 connect(scanButton, SIGNAL(clicked()), this, SLOT(scanRequest()));
userdatarequest.cpp 26 connect(buttonOk, SIGNAL(clicked()), this, SLOT(sendReply()));
27 connect(buttonCancel, SIGNAL(clicked()), this, SLOT(reject()));
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
userdatarequest.ui 125 <signal>clicked()</signal>
131 <signal>clicked()</signal>
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
scanresults.cpp 27 connect(closeButton, SIGNAL(clicked()), this, SLOT(close()));
28 connect(scanButton, SIGNAL(clicked()), this, SLOT(scanRequest()));
userdatarequest.cpp 26 connect(buttonOk, SIGNAL(clicked()), this, SLOT(sendReply()));
27 connect(buttonCancel, SIGNAL(clicked()), this, SLOT(reject()));
  /frameworks/base/core/tests/coretests/src/android/view/menu/
MenuWith1ItemTest.java 56 assertFalse("Item seems to have been clicked before we clicked on it", mActivity
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
EventLogTags.logtags 25 # User clicked on a suggestion
26 # @param position 0-based index of the clicked suggestion
  /frameworks/base/core/java/android/text/style/
ClickableSpan.java 25 * text can be selected. If clicked, the {@link #onClick} method will

Completed in 699 milliseconds

1 2 3 4 5 6 7 8 91011