/external/robolectric/src/test/java/com/xtremelabs/robolectric/util/ |
TestOnClickListener.java | 6 public boolean clicked = false; field in class:TestOnClickListener 9 clicked = true;
|
TestOnLongClickListener.java | 6 public boolean clicked = false; field in class:TestOnLongClickListener 10 clicked = true;
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/ |
SuggestionClickListener.java | 25 * Called when a suggestion is clicked. 27 * @param adapter Adapter that contains the clicked suggestion. 28 * @param suggestionId The ID of the suggestion clicked. If the suggestion list is flat, this 34 * Called when the "query refine" button of a suggestion is clicked. 36 * @param adapter Adapter that contains the clicked suggestion. 37 * @param suggestionId The ID of the suggestion clicked. If the suggestion list is flat, this
|
/development/samples/ApiDemos/res/layout/ |
image_block.xml | 17 android:onClick="clicked" 27 android:onClick="clicked" 37 android:onClick="clicked" 47 android:onClick="clicked" 57 android:onClick="clicked" 67 android:onClick="clicked" 77 android:onClick="clicked" 87 android:onClick="clicked"
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/ |
FrontDoor.java | 33 // The user clicked on the normal front door 36 // The user clicked on the large front door 39 // The user clicked on the groups large front door 42 // The user clicked on the config based front door
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
ListActivityTest.java | 32 final boolean[] clicked = new boolean[1]; 36 clicked[0] = true; 42 assertTrue(clicked[0]);
|
ExpandableListViewTest.java | 32 transcript.assertEventsSoFar("item was clicked: 6"); 53 transcript.add("item was clicked: " + position);
|
/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);
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
List17.java | 27 * A list view where the last item the user clicked is placed in 46 // Make the newly clicked item the currently selected one. 52 // Make the newly clicked item the currently selected one.
|
/developers/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/Application/src/main/java/com/example/android/actionbarcompat/listpopupmenu/ |
PopupListFragment.java | 32 * a {@link android.support.v7.widget.PopupMenu PopupMenu} when clicked, allowing the user to 56 Toast.makeText(getActivity(), "Item Clicked: " + item, Toast.LENGTH_SHORT).show(); 76 // Retrieve the clicked item from view's tag 79 // Create a PopupMenu, giving it the clicked view for an anchor 85 // Set a listener so we are notified if a menu item is clicked
|
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-ListPopupMenu/Application/src/main/java/com/example/android/actionbarcompat/listpopupmenu/ |
PopupListFragment.java | 32 * a {@link android.support.v7.widget.PopupMenu PopupMenu} when clicked, allowing the user to 56 Toast.makeText(getActivity(), "Item Clicked: " + item, Toast.LENGTH_SHORT).show(); 76 // Retrieve the clicked item from view's tag 79 // Create a PopupMenu, giving it the clicked view for an anchor 85 // Set a listener so we are notified if a menu item is clicked
|
/development/samples/browseable/ActionBarCompat-ListPopupMenu/src/com.example.android.actionbarcompat.listpopupmenu/ |
PopupListFragment.java | 32 * a {@link android.support.v7.widget.PopupMenu PopupMenu} when clicked, allowing the user to 56 Toast.makeText(getActivity(), "Item Clicked: " + item, Toast.LENGTH_SHORT).show(); 76 // Retrieve the clicked item from view's tag 79 // Create a PopupMenu, giving it the clicked view for an anchor 85 // Set a listener so we are notified if a menu item is clicked
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
AlertDialogSamples.java | 92 /* User clicked OK so do some stuff */ 98 /* User clicked Cancel so do some stuff */ 159 /* User clicked OK so do some stuff */ 165 /* User clicked Something so do some stuff */ 171 /* User clicked Cancel so do some stuff */ 182 /* User clicked OK so do some stuff */ 188 /* User clicked Something so do some stuff */ 194 /* User clicked Cancel so do some stuff */ 204 /* User clicked so do some stuff */ 221 /* 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.
|
/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/ |
ExpandingCells.java | 26 * This activity creates a listview whose items can be clicked to expand and show 31 * item. When the item is clicked, it expands to display text of some varying length. 33 * back to the same location) until it is clicked again, at which point the cell collapses
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
StyleUtils.java | 34 * non-underline version {@link LinkStyleSpan} which calls the supplied listener when clicked. 44 * non-underline version {@link LinkStyleSpan} which calls the supplied listener when clicked. 61 * non-underline version {@link LinkStyleSpan} that does nothing when clicked.
|
/developers/samples/android/ui/transition/AdapterTransition/Application/src/main/res/values/ |
strings.xml | 18 <string name="item_clicked">%s clicked</string>
|
/frameworks/base/core/java/android/accessibilityservice/ |
package.html | 11 focus has changed, a button has been clicked, etc. Such a service can optionally request the
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
OnActionClickedListener.java | 17 * Interface for receiving notification when an {@link Action} is clicked.
|
OnItemViewClickedListener.java | 17 * Interface for receiving notification when a item view holder is clicked.
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
userdatarequest.cpp | 20 connect(buttonOk, SIGNAL(clicked()), this, SLOT(sendReply())); 21 connect(buttonCancel, SIGNAL(clicked()), this, SLOT(reject()));
|
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
AlertDialog.java | 192 * @param msg The {@link Message} to be sent when clicked. 550 * @param listener The listener that will be called when an item is clicked. 565 * @param listener The listener that will be called when an item is clicked. 592 * @param listener notified when an item on the list is clicked. The dialog will not be 593 * dismissed when an item is clicked. It will only be dismissed if 594 * clicked on a 621 * @param listener notified when an item on the list is clicked. The dialog will not be 622 * dismissed when an item is clicked. It will only be dismissed if 623 * clicked on a 652 * @param listener notified when an item on the list is clicked. The dialog will no [all...] |
/developers/build/prebuilts/gradle/DocumentCentricApps/Application/tests/src/com/example/android/documentcentricapps/tests/ |
DocumentCentricAppsUnitTest.java | 55 // When "Create new Document" Button is clicked 76 // When "Create new Document" Button is clicked
|
/developers/build/prebuilts/gradle/Notifications/Application/src/main/res/values/ |
strings.xml | 62 <string name="example_action_clicked">Example action clicked</string> 63 <string name="example_reply_action_clicked">Example reply action clicked</string> 64 <string name="phone_action_clicked">Phone action clicked</string> 65 <string name="wearable_action_clicked">Wearable action clicked</string> 66 <string name="second_child_action_clicked">Second child action clicked</string> 67 <string name="content_intent_clicked">Content intent clicked</string> 68 <string name="example_content_action_clicked">Example content action clicked</string> 69 <string name="example_content_action2_clicked">Example content action 2 clicked</string>
|