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

1 2 3 4 5 6 7 8 91011>>

  /external/robolectric/v1/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
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
BaseOnItemViewClickedListener.java 17 * Interface for receiving notification when an item view holder is clicked.
22 * Called when an item inside a row gets clicked.
23 * @param itemViewHolder The view holder of the item that is clicked.
25 * @param rowViewHolder The view holder of the row which the clicked item belongs to.
26 * @param row The row which the clicked item belongs to.
OnActionClickedListener.java 17 * Interface for receiving notification when an {@link Action} is clicked.
  /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"
  /frameworks/base/tests/UiBench/res/layout/
activity_transition.xml 30 android:onClick="clicked"
38 android:onClick="clicked"
46 android:onClick="clicked"
54 android:onClick="clicked"
62 android:onClick="clicked"
70 android:onClick="clicked"
78 android:onClick="clicked"
86 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/v1/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);
  /frameworks/support/samples/SupportLeanbackShowcase/app/src/main/res/values/
strings.xml 24 <string name="action_cicked">Action clicked. Implement your own handler.</string>
40 <string name="dialog_example_button_toast_positive_clicked">\'Agree\' clicked.</string>
41 <string name="dialog_example_button_toast_negative_clicked">\'Disagree\' clicked.</string>
51 <string name="wizard_example_toast_payment_method_clicked">\'Payment Method\' clicked.</string>
58 <string name="wizard_example_watch_now_clicked">\'Watch now\' clicked.</string>
59 <string name="wizard_example_later_clicked">\'Later\' clicked.</string>
  /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.
  /packages/experimental/NotificationShowcase/res/values/
strings.xml 14 <string name="sms_click">Clicked on bigText</string>
23 <string name="upload_click">Clicked on Upload</string>
32 <string name="timer_click">Clicked on Stopwatch</string>
36 <string name="calendar_click">Clicked on calendar event</string>
44 <string name="picture_click">Clicked on bigPicture</string>
56 <string name="email_click">Clicked on Email</string>
64 <string name="social_click">Clicked on Social</string>
  /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/ContactsCommon/src/com/android/contacts/common/logging/
SearchState.java 40 /** The zero-based index of the partition in which the clicked query result resides. */
43 /** The index of the clicked query result within its partition. */
47 * The zero-based index of the clicked query result among all results displayed to the user
  /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.
  /packages/services/Car/car-lib/src/android/car/app/menu/
CarMenuCallbacks.java 60 * Called when a car menu item with the specified id has been clicked.
65 * Called when a car menu item with the specified id has been long clicked.
70 * Called when the menu button is 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

Completed in 1884 milliseconds

1 2 3 4 5 6 7 8 91011>>